MedicationDrug::attributeLabels PHP Method

attributeLabels() public method

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