Clickalicious\PhpMemAdmin\BaseInstaller::setArguments PHP Method

setArguments() protected static method

Setter for arguments.
Author: Benjamin Carl ([email protected])
protected static setArguments ( array $arguments ) : void
$arguments array The arguments to set.
return void
    protected static function setArguments(array $arguments)
    {
        self::$arguments = $arguments;
    }