getVersion() 공개 메소드

Returns the version of the application.
public getVersion ( ) : string
리턴 string The application version.
예제 #1
0
 public function testSetVersionNull()
 {
     $this->config->setVersion('version');
     $this->config->setVersion(null);
     $this->assertNull($this->config->getVersion());
 }