OphTrLaser_Site_Laser::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', 'name' => 'Name', 'site_id' => 'Site', 'type_id' => 'Type');
    }