1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="Yaf_View_Simple" namespace="" name="Yaf_View_Simple">
<implements name="Yaf_View_Interface" full="Yaf_View_Interface"/>
<member name="_tpl_vars" static="false" visibility="protected">
<default>null</default>
<docblock>
<description compact=""/>
</docblock>
</member>
<member name="_tpl_dir" static="false" visibility="protected">
<default>null</default>
<docblock>
<description compact=""/>
</docblock>
</member>
<method name="assign" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Assign values"/>
<return type="bool"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
<parameter name="value" optional="true" byreference="false" type="object" class="mixed"/>
</method>
<method name="assignRef" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The assignRef purpose"/>
<return type="bool"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
<parameter name="value" optional="false" byreference="false" type="object" class="mixed"/>
</method>
<method name="clear" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Clear Assigned values"/>
<return type="bool"/>
</docblock>
<parameter name="name" optional="true" byreference="false" type="string"/>
</method>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Constructor of Yaf_View_Simple"/>
<return type="void"/>
</docblock>
<parameter name="template_dir" optional="false" byreference="false" type="string"/>
<parameter name="options" optional="true" byreference="false" type="object" class="array"/>
</constructor>
<method name="display" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Render and display"/>
<return type="bool"/>
</docblock>
<parameter name="tpl" optional="false" byreference="false" type="string"/>
<parameter name="tpl_vars" optional="true" byreference="false" type="object" class="array"/>
</method>
<method name="eval" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Render template"/>
<return type="string"/>
</docblock>
<parameter name="tpl_content" optional="false" byreference="false" type="string"/>
<parameter name="tpl_vars" optional="true" byreference="false" type="object" class="array"/>
</method>
<method name="__get" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Retrieve assigned variable">Retrieve assigned varaiable parameter can be empty since 2.1.11</description>
<return type="void"/>
</docblock>
<parameter name="name" optional="true" byreference="false" type="string"/>
</method>
<method name="getScriptPath" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get templates directory"/>
<return type="string"/>
</docblock>
</method>
<method name="__isset" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The __isset purpose"/>
<return type="void"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
</method>
<method name="render" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Render template"/>
<return type="string"/>
</docblock>
<parameter name="tpl" optional="false" byreference="false" type="string"/>
<parameter name="tpl_vars" optional="true" byreference="false" type="object" class="array"/>
</method>
<method name="__set" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Set value to engine"/>
<return type="void"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
<parameter name="value" optional="false" byreference="false" type="object" class="mixed"/>
</method>
<method name="setScriptPath" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Set tempaltes directory"/>
<return type="bool"/>
</docblock>
<parameter name="template_dir" optional="false" byreference="false" type="string"/>
</method>
</class>
|