Faker\Generator::callFormatWithMatches PHP Method

callFormatWithMatches() protected method

protected callFormatWithMatches ( $matches )
    protected function callFormatWithMatches($matches)
    {
        return $this->format($matches[1]);
    }