Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

_init(
)
:
void
Initialize object.
Post construct logic, classes must read their members here. Called from {@link __construct()} as final step of object initialization.

_query(
string $path, string $type, string $array
=
false
)
:
mixed
Name | Type | Description |
---|---|---|
$path | string | |
$type | string | |
$array | string | When true means it expects more than one node occurence |
Type | Description |
---|---|
mixed |

attributes(
string $tag, string $attribute
=
null
)
:
mixed
Name | Type | Description |
---|---|---|
$tag | string | |
$attribute | string |
Type | Description |
---|---|
mixed |