Ejemplo n.º 1
0
 /**
  * Return whether grid accept attribute columns
  * 
  * @return bool
  */
 public function canHaveAttributeColumns()
 {
     if (!is_null($this->_typeModel)) {
         return $this->_typeModel->canHaveAttributeColumns($this->getBlockType());
     }
     return false;
 }