mirocow\eav\EavBehavior::canGetProperty PHP Method

canGetProperty() public method

public canGetProperty ( $name, $checkVars = true )
    public function canGetProperty($name, $checkVars = true)
    {
        return EavAttribute::find()->where(['name' => $name])->exists();
    }