Symfony2 API
Class

Symfony\Component\DependencyInjection\SimpleXMLElement

class SimpleXMLElement extends SimpleXMLElement

SimpleXMLElement class.

Methods

mixed getAttributeAsPhp(string $name)

Converts an attribute as a php type.

mixed getArgumentsAsPhp(string $name, Boolean $lowercase = true)

Returns arguments as valid php types.

static mixed phpize(mixed $value)

Converts an xml value to a php type.

Details

at line 30
public mixed getAttributeAsPhp(string $name)

Converts an attribute as a php type.

Parameters

string $name

Return Value

mixed

at line 43
public mixed getArgumentsAsPhp(string $name, Boolean $lowercase = true)

Returns arguments as valid php types.

Parameters

string $name
Boolean $lowercase

Return Value

mixed

at line 104
static public mixed phpize(mixed $value)

Converts an xml value to a php type.

Parameters

mixed $value

Return Value

mixed