Esempio n. 1
0
 /**
  * Register this client on the StreamWrapper
  */
 public function registerStreamWrapper()
 {
     StreamWrapper::register($this);
 }
Esempio 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;
 }