isComplete() 공개 정적인 메소드

Return true if the installation is complete
public static isComplete ( ) : boolean
리턴 boolean True if the installation is complete
예제 #1
0
 /**
  * Returns true if the installation is complete.
  *
  * @return bool True if the installation is complete
  */
 public function isComplete()
 {
     return $this->config->isComplete();
 }