M1\Vars\Resource\AbstractResource::get PHP Method

get() public method

Object oriented get access for the array
public get ( mixed $key ) : array | boolean | null
$key mixed The key to get the value for
return array | boolean | null The resource key value
    public function get($key)
    {
        return $this->internalGet($this->content, $key);
    }