コード例 #1
0
ファイル: block.php プロジェクト: netconstructor/forkcms
 /**
  * Get the assigned template.
  *
  * @return	array
  */
 public function getTemplate()
 {
     return $this->object->getTemplate();
 }