PHP Class Pickle\Engine\PHP\Ini

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

Public Methods

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

Protected Methods

Method Description
buildDllIniLine ( $dll )
rebuildPickleParts ( string $pickleSection, array $dlls_add, array $dlls_del = [] ) : string
setupPickleSectionPositions ( )

Method Details

__construct() public method

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

buildDllIniLine() protected method

protected buildDllIniLine ( $dll )

rebuildPickleParts() protected method

protected rebuildPickleParts ( string $pickleSection, array $dlls_add, array $dlls_del = [] ) : string
$pickleSection string
$dlls_add array
$dlls_del array
return string

setupPickleSectionPositions() protected method

updatePickleSection() public method

public updatePickleSection ( array $dlls_add, array $dlls_del = [] )
$dlls_add array
$dlls_del array