PHP Class AdamWathan\Form\Binding\BoundData

Afficher le fichier Open project: adamwathan/form

Protected Properties

Свойство Type Description
$data

Méthodes publiques

Méthode Description
__construct ( $data )
data ( )
get ( $name, $default = null )

Méthodes protégées

Méthode Description
arrayGet ( $target, $keyParts, $default )
dataGet ( $target, $keyParts, $default )
dotGet ( $dotKey, $default )
objectGet ( $target, $keyParts, $default )
transformKey ( $key )

Method Details

__construct() public méthode

public __construct ( $data )

arrayGet() protected méthode

protected arrayGet ( $target, $keyParts, $default )

data() public méthode

public data ( )

dataGet() protected méthode

protected dataGet ( $target, $keyParts, $default )

dotGet() protected méthode

protected dotGet ( $dotKey, $default )

get() public méthode

public get ( $name, $default = null )

objectGet() protected méthode

protected objectGet ( $target, $keyParts, $default )

transformKey() protected méthode

protected transformKey ( $key )

Property Details

$data protected_oe property

protected $data