__construct() публичный Метод

public __construct ( Psr\Cache\CacheItemPoolInterface $cache = null )
$cache Psr\Cache\CacheItemPoolInterface
Пример #1
0
 public function __construct($wsdl = null, SoapOptions $options = null)
 {
     parent::__construct();
     $this->wsdl = $wsdl;
     $this->options = $options;
 }
Пример #2
0
 public function __construct(HttpOptions $options = null)
 {
     parent::__construct();
     $this->options = $options ?: new HttpOptions();
 }