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');
    }