has() публичный Метод

public has ( $file )
Пример #1
0
 public function testHas()
 {
     $this->container->has('nonexistent');
 }