コード例 #1
0
ファイル: SieveController.php プロジェクト: ajaboa/crmpuan
 function __construct()
 {
     $this->_sieve = new \GO\Sieve\Util\Sieve();
     parent::__construct();
 }