예제 #1
0
파일: TagControl.php 프로젝트: zaxxx/zaxcms
 protected function createTexy()
 {
     $texy = parent::createTexy();
     $texy->headingModule->top = 2;
     return $texy;
 }