MedicationDrug::attributeLabels PHP Méthode

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array list of attribute labels
    public function attributeLabels()
    {
        return array('name' => 'Name', 'external_code' => 'Source Code', 'external_source' => 'Source', 'aliases' => 'Aliases');
    }