Example #1
0
File: WS.php Project: techart/tao
 /**
  * Конструктор
  *
  * @param WS_AdapterInterface $adapter
  */
 public function __construct(WS_AdapterInterface $adapter = null)
 {
     $this->adapter = Core::if_null($adapter, WS::adapter());
 }