dosamigos\taggable\Taggable::canSetProperty PHP Method

canSetProperty() public method

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