Joli\Jane\Guesser\Guess\MultipleType::getTypes PHP Method

getTypes() public method

Return a list of types
public getTypes ( ) : Joli\Jane\Guesser\Guess\Type[]
return Joli\Jane\Guesser\Guess\Type[]
    public function getTypes()
    {
        return $this->types;
    }