PHP Class AdamWathan\Form\Binding\BoundData

Exibir arquivo Open project: adamwathan/form

Protected Properties

Property Type Description
$data

Public Methods

Method Description
__construct ( $data )
data ( )
get ( $name, $default = null )

Protected Methods

Method Description
arrayGet ( $target, $keyParts, $default )
dataGet ( $target, $keyParts, $default )
dotGet ( $dotKey, $default )
objectGet ( $target, $keyParts, $default )
transformKey ( $key )

Method Details

__construct() public method

public __construct ( $data )

arrayGet() protected method

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

data() public method

public data ( )

dataGet() protected method

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

dotGet() protected method

protected dotGet ( $dotKey, $default )

get() public method

public get ( $name, $default = null )

objectGet() protected method

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

transformKey() protected method

protected transformKey ( $key )

Property Details

$data protected_oe property

protected $data