Phive\Queue\SysVQueue::__construct PHP Method

__construct() public method

public __construct ( $key, $serialize = null, $perms = null )
    public function __construct($key, $serialize = null, $perms = null)
    {
        $this->key = $key;
        $this->serialize = (bool) $serialize;
        if (null !== $perms) {
            $this->perms = $perms;
        }
    }