ExecutableInterface
in
Table of Contents
Methods
- 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
FarahUrlgetUrlArguments()
public
getUrlArguments() : FarahUrlArguments
Return values
FarahUrlArgumentslookupDefaultResult()
public
lookupDefaultResult() : ResultInterface
Return values
ResultInterfacelookupResult()
Create the result of this executable, in the representation type specified.
public
lookupResult(FarahUrlStreamIdentifier|string $type) : ResultInterface
Parameters
- $type : FarahUrlStreamIdentifier|string
Return values
ResultInterfacelookupXmlResult()
public
lookupXmlResult() : ResultInterface