none() 공개 정적인 메소드

public static none ( )
예제 #1
0
 public function __construct(Queries\IParameterRegistry $parameters, ICompiledQuery $compiledQuery)
 {
     parent::__construct(null, $parameters, Parameters\ParameterRegistry::none());
     $this->compiledQuery = $compiledQuery;
 }
예제 #2
0
 public function __construct($english = '')
 {
     parent::__construct(Parameters\ParameterRegistry::none());
     $this->english = $english;
 }