コード例 #1
0
ファイル: SimpleIFrame.php プロジェクト: soitun/wifidog-auth
 /**
  * Constructor
  *
  * @param string $content_id Content id
  *
  * @return void     */
 protected function __construct($content_id)
 {
     parent::__construct($content_id);
     /*
      * A SimpleIFrame is NEVER persistent
      */
     $this->setIsPersistent(false);
 }
コード例 #2
0
ファイル: IFrameRest.php プロジェクト: cnlangzi/wifidog-auth
 /**
  * Constructor
  *
  * @param string $content_id Content id
  *
  * @return void     */
 protected function __construct($content_id)
 {
     parent::__construct($content_id);
 }