PhpBench\Environment\Provider\Php::getInformation PHP Method

getInformation() public method

public getInformation ( )
    public function getInformation()
    {
        return new Information('php', $this->getData());
    }