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() deprecated

Alias of {@link createPropertyAccessor}.

Details

static PropertyAccessor createPropertyAccessor()

Creates a property accessor with the default configuration.

Return Value

PropertyAccessor

static PropertyAccessorBuilder createPropertyAccessorBuilder()

Creates a property accessor builder.

Return Value

PropertyAccessorBuilder

static PropertyAccessor getPropertyAccessor() deprecated

deprecated

since version 2.3, to be removed in 3.0. Use {@link createPropertyAccessor()} instead.

Alias of {@link createPropertyAccessor}.

Return Value

PropertyAccessor

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