コード例 #1
0
 /**
  * {@inheritdoc}
  */
 protected function skip()
 {
     return parent::skip() || $this->getPath() === sys_get_temp_dir();
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 protected function skip()
 {
     return parent::skip() || !$this->getPath();
 }