コード例 #1
0
ファイル: Limit.php プロジェクト: onedaylabs/onedaylabs.com
 /**
  * {@inheritdoc}
  */
 public function close()
 {
     $this->stream->close();
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function close()
 {
     if ($this->stream !== null) {
         $this->stream->close();
     }
 }