Nwidart\Modules\Support\Migrations\NameParser::getMatches PHP Method

getMatches() public method

Get matches data from regex.
public getMatches ( ) : array
return array
    public function getMatches()
    {
        preg_match($this->getPattern(), $this->name, $matches);
        return $matches;
    }