Validate
class Validate extends Command (View source)
Properties
protected string | $signature | The name and signature of the console command. |
|
protected string | $description | The console command description. |
Methods
void
handle()
Execute the console command.
array
validate(string $xmlFile, string $xsdFile, int $flags = 0)
No description
string|null
getElement(string $message)
Get element from message.
string
getMessage(string $message)
Get refined message.
Details
void
handle()
Execute the console command.
array
validate(string $xmlFile, string $xsdFile, int $flags = 0)
No description
protected string|null
getElement(string $message)
Get element from message.
protected string
getMessage(string $message)
Get refined message.