Procedure::attributeLabels PHP Méthode

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'term' => 'Term', 'short_format' => 'Short Format', 'default_duration' => 'Default Duration', 'opcsCodes.name' => 'OPCS Code');
    }