AdamWathan\Form\Binding\BoundData::dotGet PHP Method

dotGet() protected method

protected dotGet ( $dotKey, $default )
    protected function dotGet($dotKey, $default)
    {
        $keyParts = explode('.', $dotKey);
        return $this->dataGet($this->data, $keyParts, $default);
    }