Esempio n. 1
0
 public function renderLabel()
 {
     if (in_array($this->type, array('meta_tags', 'uploader', 'uploader_modal'))) {
         return '';
     }
     return parent::renderLabel();
 }
Esempio n. 2
0
    public function renderLabel()
    {
        if (in_array($this->type, array(
            'meta_tags',
            'file_manager'
        ))
        )
        {
            return '';
        }

        return parent::renderLabel();
    }