Eris\Generator\ContainmentCheck::of PHP Method

of() public static method

public static of ( $generator )
    public static function of($generator)
    {
        return new self($generator);
    }
ContainmentCheck