ExecutableInterface
in
Table of Contents
- createUrl() : FarahUrl
- Create a FarahUrl for this operation, with stream set as supplied.
- getUrlArguments() : FarahUrlArguments
- lookupDefaultResult() : ResultInterface
- lookupResult() : ResultInterface
- Create the result of this executable, in the representation type specified.
- lookupXmlResult() : ResultInterface
Methods
createUrl()
Create a FarahUrl for this operation, with stream set as supplied.
public
createUrl([FarahUrlStreamIdentifier|string $fragment = null ]) : FarahUrl
Parameters
- $fragment : FarahUrlStreamIdentifier|string = null
Return values
FarahUrl —getUrlArguments()
public
getUrlArguments() : FarahUrlArguments
Return values
FarahUrlArguments —lookupDefaultResult()
public
lookupDefaultResult() : ResultInterface
Return values
ResultInterface —lookupResult()
Create the result of this executable, in the representation type specified.
public
lookupResult(FarahUrlStreamIdentifier|string $type) : ResultInterface
Parameters
- $type : FarahUrlStreamIdentifier|string
Return values
ResultInterface —lookupXmlResult()
public
lookupXmlResult() : ResultInterface