Craft\Seomatic_MetaModel::isEditable PHP 메소드

isEditable() 공개 메소드

Returns whether the current user can edit the element.
public isEditable ( ) : boolean
리턴 boolean
    public function isEditable()
    {
        return true;
    }