mirocow\eav\models\EavAttribute::getEavAttributeRule PHP Méthode

getEavAttributeRule() public méthode

public getEavAttributeRule ( ) : ActiveQuery
Résultat yii\db\ActiveQuery
    public function getEavAttributeRule()
    {
        return $this->hasOne(EavAttributeRule::className(), ['attributeId' => 'id']);
    }