Logo::attributeLabels PHP 메소드

attributeLabels() 공개 메소드

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