예제 #1
0
파일: WS.php 프로젝트: techart/tao
 /**
  * Конструктор
  *
  * @param WS_AdapterInterface $adapter
  */
 public function __construct(WS_AdapterInterface $adapter = null)
 {
     $this->adapter = Core::if_null($adapter, WS::adapter());
 }