Esempio n. 1
0
 /**
  * {@inheritDoc}
  */
 public function clear($namespace = '')
 {
     parent::clear('');
     return $this;
 }
Esempio n. 2
0
 /**
  * {@inheritDoc}
  */
 public function clear($namespace = '')
 {
     $namespace = $namespace ?: 'system';
     parent::clear($namespace);
     return $this;
 }