ファイルの内容を取得して Phing のプロパティに割り当てる方法はありますか?
ant に相当するもの:
<project name="foobar" default="foo">
<target name="foo">
<loadfile property="foo.bar" srcFile="foobar/moo.txt"/>
<echo>${foo.bar}</echo>
</target>
</project>
?
ファイルの内容を取得して Phing のプロパティに割り当てる方法はありますか?
ant に相当するもの:
<project name="foobar" default="foo">
<target name="foo">
<loadfile property="foo.bar" srcFile="foobar/moo.txt"/>
<echo>${foo.bar}</echo>
</target>
</project>
?