コード例 #1
0
ファイル: Query.php プロジェクト: icaine/flunorette
 protected function init()
 {
     if ($this->context && $this->context->getActiveQuery() !== $this) {
         $this->context->setActiveQuery($this);
         $this->initClauses();
         $this->contextAttached();
     }
 }