Pagekit\View\Helper\MetaHelper::get PHP Method

get() public method

Gets a meta tag.
public get ( string $name ) : string
$name string
return string
    public function get($name)
    {
        return isset($this->metas[$name]) ? $this->metas[$name] : null;
    }