PHP Class Pickle\Engine\HHVM\Ini

Inheritance: extends Pickle\Base\Abstracts\Engine\Ini, implements Pickle\Base\Interfaces\Engine\Ini
Show file Open project: friendsofphp/pickle

Public Methods

Method Description
__construct ( Pickle\Base\Interfaces\Engine $php )
updatePickleSection ( array $dsos_add, array $dsos_del = [] )

Protected Methods

Method Description
buildDsoIniLine ( $dso )
buildDsoName ( $dso )
rebuildPickleParts ( string $pickleSection, array $dsos_add, array $dsos_del = [] ) : string
setupPickleSectionPositions ( )

Method Details

__construct() public method

public __construct ( Pickle\Base\Interfaces\Engine $php )
$php Pickle\Base\Interfaces\Engine

buildDsoIniLine() protected method

protected buildDsoIniLine ( $dso )

buildDsoName() protected method

protected buildDsoName ( $dso )

rebuildPickleParts() protected method

protected rebuildPickleParts ( string $pickleSection, array $dsos_add, array $dsos_del = [] ) : string
$pickleSection string
$dsos_add array
$dsos_del array
return string

setupPickleSectionPositions() protected method

updatePickleSection() public method

public updatePickleSection ( array $dsos_add, array $dsos_del = [] )
$dsos_add array
$dsos_del array