getVersion() 공개 메소드

Get the version string identifier
public getVersion ( ) : string
리턴 string
예제 #1
0
 /**
  * tests getting the version
  *
  * @group data
  * @group sourcetest
  */
 public function testGetVersion()
 {
     self::assertSame('1234', $this->object->getVersion());
 }