Storm\Drivers\Base\Relational\PrimaryKeys\PHPUniqueIdGenerator::__construct PHP Метод

__construct() публичный Метод

public __construct ( $Prefix = '', $MoreEntropy = true )
    public function __construct($Prefix = '', $MoreEntropy = true)
    {
        $this->Prefix = $Prefix;
        $this->MoreEntropy = $MoreEntropy;
    }
PHPUniqueIdGenerator