Joli\Jane\Guesser\JsonSchema\AllOfGuesser::supportObject PHP Method

supportObject() public method

public supportObject ( $object )
    public function supportObject($object)
    {
        return $object instanceof JsonSchema && is_array($object->getAllOf()) && count($object->getAllOf()) > 0;
    }