getVersion() public method

Get current Mageploy version from config.xml;
public getVersion ( type $len = null ) : string
$len type if a value is passed, return a portion of the version numbers counting from the first one up to $len
return string
Example #1
0
 private function __getVersion()
 {
     return $this->_helper->getVersion();
 }