Phive\Queue\SysVQueue::__construct PHP Метод

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

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;
        }
    }