dosamigos\taggable\Taggable::canSetProperty PHP 메소드

canSetProperty() 공개 메소드

public canSetProperty ( $name, $checkVars = true )
    public function canSetProperty($name, $checkVars = true)
    {
        if ($name === $this->attribute) {
            return true;
        }
        return parent::canSetProperty($name, $checkVars);
    }