Logo::relations PHP Méthode

relations() public méthode

public relations ( ) : array
Résultat array relational rules.
    public function relations()
    {
        // NOTE: you may need to adjust the relation name and the related
        // class name for the relations automatically generated below.
        return array('element_type' => array(self::BELONGS_TO, 'ElementType', 'element_type_id'), 'field_type' => array(self::BELONGS_TO, 'SettingFieldType', 'field_type_id'));
    }