Affiliate::attributeLabels PHP Метод

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

public attributeLabels ( ) : array
Результат array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('affiliate_id' => 'Affiliate', 'firstname' => 'Firstname', 'lastname' => 'Lastname', 'email' => 'Email', 'telephone' => 'Telephone', 'fax' => 'Fax', 'password' => 'Password', 'salt' => 'Salt', 'company' => 'Company', 'website' => 'Website', 'address_1' => 'Address 1', 'address_2' => 'Address 2', 'city' => 'City', 'postcode' => 'Postcode', 'country_id' => 'Country', 'zone_id' => 'Zone', 'code' => 'Code', 'commission' => 'Commission', 'tax' => 'Tax', 'payment' => 'Payment', 'cheque' => 'Cheque', 'paypal' => 'Paypal', 'bank_name' => 'Bank Name', 'bank_branch_number' => 'Bank Branch Number', 'bank_swift_code' => 'Bank Swift Code', 'bank_account_name' => 'Bank Account Name', 'bank_account_number' => 'Bank Account Number', 'ip' => 'Ip', 'status' => 'Status', 'approved' => 'Approved', 'date_added' => 'Date Added');
    }