Comos\Qpm\Supervision\Supervisor::_oneForOne PHP Method

_oneForOne() private static method

private static _oneForOne ( $configs ) : Supervisor
return Supervisor
    private static function _oneForOne($configs)
    {
        return new self(new OneForOneKeeper($configs));
    }