Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Nelmio
Alice
Symfony
PropertyAccess
FakePropertyAccessor
PHP Класс Nelmio\Alice\Symfony\PropertyAccess\FakePropertyAccessor
Наследование:
implements
Symfony\Component\PropertyAccess\PropertyAccessorInterface
,
use trait
Nelmio\Alice\NotCallableTrait
Показать файл
Открыть проект
Открытые методы
Метод
Описание
getValue
(
$objectOrArray
,
$propertyPath
)
isReadable
(
$objectOrArray
,
$propertyPath
)
isWritable
(
$objectOrArray
,
$propertyPath
)
setValue
( &
$objectOrArray
,
$propertyPath
,
$value
)
Описание методов
getValue()
публичный
Метод
public
getValue
(
$objectOrArray
,
$propertyPath
)
isReadable()
публичный
Метод
public
isReadable
(
$objectOrArray
,
$propertyPath
)
isWritable()
публичный
Метод
public
isWritable
(
$objectOrArray
,
$propertyPath
)
setValue()
публичный
Метод
public
setValue
( &
$objectOrArray
,
$propertyPath
,
$value
)