W3cubDocs

/Symfony 2.8

Symfony\Component\PropertyAccess\PropertyAccess

class PropertyAccess

Entry point of the PropertyAccess component.

Methods

static PropertyAccessor createPropertyAccessor()

Creates a property accessor with the default configuration.

static PropertyAccessorBuilder createPropertyAccessorBuilder()

Creates a property accessor builder.

static PropertyAccessor getPropertyAccessor()

Alias of {@link createPropertyAccessor}.

Details

static public PropertyAccessor createPropertyAccessor()

Creates a property accessor with the default configuration.

Return Value

PropertyAccessor The new property accessor

static public PropertyAccessorBuilder createPropertyAccessorBuilder()

Creates a property accessor builder.

Return Value

PropertyAccessorBuilder The new property accessor builder

static public PropertyAccessor getPropertyAccessor()

Alias of {@link createPropertyAccessor}.

Return Value

PropertyAccessor The new property accessor

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/PropertyAccess/PropertyAccess.html