Pickle\Engine\HHVM\Ini::__construct PHP Method

__construct() public method

public __construct ( Pickle\Base\Interfaces\Engine $php )
$php Pickle\Base\Interfaces\Engine
    public function __construct(Interfaces\Engine $php)
    {
        parent::__construct($php);
        $this->setupPickleSectionPositions();
    }