PHP Class PhpOrient\Protocols\Common\OrientVersion

Inheritance: use trait PhpOrient\Protocols\Common\ConfigurableTrait
Show file Open project: ostico/phporient Class Usage Examples

Protected Properties

Property Type Description
$buildNumber string
$majorVersion integer
$minorVersion integer
$release string
$subversion string

Public Methods

Method Description
config ( )
configure ( array $options = [] ) Expected Version string
fromConf ( )
getBuildNumber ( ) : string
getMajorVersion ( ) : integer
getMinorVersion ( ) : integer
getRelease ( ) : string
getSubversion ( ) : string

Protected Methods

Method Description
_parseRelease ( )

Method Details

_parseRelease() protected method

protected _parseRelease ( )

config() public method

public config ( )

configure() public method

Expected Version string
public configure ( array $options = [] )
$options array

fromConf() public method

public fromConf ( )

getBuildNumber() public method

public getBuildNumber ( ) : string
return string

getMajorVersion() public method

public getMajorVersion ( ) : integer
return integer

getMinorVersion() public method

public getMinorVersion ( ) : integer
return integer

getRelease() public method

public getRelease ( ) : string
return string

getSubversion() public method

public getSubversion ( ) : string
return string

Property Details

$buildNumber protected property

protected string $buildNumber
return string

$majorVersion protected property

protected int $majorVersion
return integer

$minorVersion protected property

protected int $minorVersion
return integer

$release protected property

protected string $release
return string

$subversion protected property

protected string $subversion
return string