Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Nelmio
Alice
Symfony
PropertyAccess
FakePropertyAccessor
PHP Class Nelmio\Alice\Symfony\PropertyAccess\FakePropertyAccessor
Inheritance:
implements
Symfony\Component\PropertyAccess\PropertyAccessorInterface
,
use trait
Nelmio\Alice\NotCallableTrait
Mostrar archivo
Open project: nelmio/alice
Public Methods
Method
Description
getValue
(
$objectOrArray
,
$propertyPath
)
isReadable
(
$objectOrArray
,
$propertyPath
)
isWritable
(
$objectOrArray
,
$propertyPath
)
setValue
( &
$objectOrArray
,
$propertyPath
,
$value
)
Method Details
getValue()
public
method
public
getValue
(
$objectOrArray
,
$propertyPath
)
isReadable()
public
method
public
isReadable
(
$objectOrArray
,
$propertyPath
)
isWritable()
public
method
public
isWritable
(
$objectOrArray
,
$propertyPath
)
setValue()
public
method
public
setValue
( &
$objectOrArray
,
$propertyPath
,
$value
)