MedicationDrug::attributeLabels PHP Метод

attributeLabels() публичный Метод

public attributeLabels ( ) : array
Результат array list of attribute labels
    public function attributeLabels()
    {
        return array('name' => 'Name', 'external_code' => 'Source Code', 'external_source' => 'Source', 'aliases' => 'Aliases');
    }