Пример #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());
 }