dosamigos\taggable\Taggable::canGetProperty PHP Method

canGetProperty() public method

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