예제 #1
0
 /**
  * Return available export types
  * 
  * @return array
  */
 public function getExportTypes()
 {
     if (!is_null($this->_typeModel)) {
         return $this->_typeModel->getExportTypes($this->getBlockType());
     }
     return array();
 }