App\services\OptionFormItem::get PHP Method

get() public method

public get ( $key )
    public function get($key)
    {
        return Arr::get($this->data, $key);
    }