You are here

public function ConfigDataCollector::getPhpVersion in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector::getPhpVersion()

Gets the PHP version.

Return value

string The PHP version

File

vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php, line 140

Class

ConfigDataCollector
ConfigDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function getPhpVersion() {
  return $this->data['php_version'];
}