creocoder\translateable\TranslateableBehavior::canGetProperty PHP Method

canGetProperty() public method

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