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

__construct() public method

The constructor.
public __construct ( string $name )
$name string
    public function __construct($name)
    {
        $this->name = $name;
        $this->data = $this->fetchData();
    }