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

public checkReadable ( )
Пример #1
0
 public function checkWillSucceed()
 {
     $this->fromFile->checkReadable();
     $this->toFile->checkWritable();
 }