Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
getInputDefinitions example
return
static
::
getDescriptionTestData
(
ObjectsProvider::
getInputArguments
(
)
)
;
}
public
static
function
getDescribeInputOptionTestData
(
)
{
return
static
::
getDescriptionTestData
(
ObjectsProvider::
getInputOptions
(
)
)
;
}
public
static
function
getDescribeInputDefinitionTestData
(
)
{
return
static
::
getDescriptionTestData
(
ObjectsProvider::
getInputDefinitions
(
)
)
;
}
public
static
function
getDescribeCommandTestData
(
)
{
return
static
::
getDescriptionTestData
(
ObjectsProvider::
getCommands
(
)
)
;
}
public
static
function
getDescribeApplicationTestData
(
)
{
return
static
::
getDescriptionTestData
(
ObjectsProvider::
getApplications
(
)
)
;
}