Longman\TelegramBot\Commands\Command::getVersion PHP Method

getVersion() public method

Get version
public getVersion ( ) : string
return string
    public function getVersion()
    {
        return $this->version;
    }

Usage Example

Esempio n. 1
0
 public function testDefaultCommandVersion()
 {
     $this->assertAttributeEquals('1.0.0', 'version', $this->command_stub);
     $this->assertEquals('1.0.0', $this->command_stub->getVersion());
 }
All Usage Examples Of Longman\TelegramBot\Commands\Command::getVersion