Exemplo n.º 1
0
 /**
  * Register this client on the StreamWrapper
  */
 public function registerStreamWrapper()
 {
     StreamWrapper::register($this);
 }
Exemplo n.º 2
0
 /**
  * Register the stream wrapper and associates it with this client object
  *
  * @return $this
  */
 public function registerStreamWrapper()
 {
     StreamWrapper::register($this, self::PROTOCOL);
     return $this;
 }