Faker\Provider\nl_NL\Person::title PHP Method

title() public method

public title ( $gender = null )
    public function title($gender = null)
    {
        return static::randomElement(static::$title);
    }