コード例 #1
0
ファイル: legacy.php プロジェクト: gwtrains/comRTiPrint
 function __construct($args)
 {
     parent::__construct($args);
     $this->arg('list', null, $args);
     $this->arg('ctrl', null, $args);
     $this->arg('pagination', null, $args);
     $this->arg('groupBy', null, $args);
     $this->imagesDir = $this->pathToUrl($this->systemImagesDir(), true);
 }
コード例 #2
0
ファイル: sortable.php プロジェクト: gwtrains/comRTiPrint
 function __construct($args)
 {
     parent::__construct($args);
     $this->arg('showInput', null, $args, false);
 }