checkReadable() 공개 메소드

public checkReadable ( )
예제 #1
0
 public function checkWillSucceed()
 {
     $this->fromFile->checkReadable();
     $this->toFile->checkWritable();
 }