Logo::attributeLabels PHP Method

attributeLabels() public method

Declares attribute labels.
public attributeLabels ( )
    public function attributeLabels()
    {
        return array('header_logo' => 'Header Logo', 'secondary_logo' => 'Secondary Logo');
    }