mirocow\eav\models\EavAttributeOption::getAttribute PHP 메소드

getAttribute() 공개 메소드

public getAttribute ( $name = '' ) : ActiveQuery
리턴 yii\db\ActiveQuery
    public function getAttribute($name = '')
    {
        return $this->hasOne(EavAttribute::className(), ['id' => 'attributeId']);
    }