ExecutableInterface
in
Table of Contents
Methods
- createRealUrl() : FarahUrl
- Create a FarahUrl for this operation, with stream set as supplied.
- createUrl() : FarahUrl
- Create a FarahUrl for this operation, with stream set as supplied.
- getUrlArguments() : FarahUrlArguments
- lookupDefaultResult() : ResultInterface
- lookupLinkInstructions() : LinkInstructionCollection
- lookupResult() : ResultInterface
- Create the result of this executable, in the representation type specified.
- lookupUseInstructions() : UseInstructionCollection
- lookupXmlResult() : ResultInterface
Methods
createRealUrl()
Create a FarahUrl for this operation, with stream set as supplied.
public
createRealUrl([FarahUrlStreamIdentifier|string $fragment = null ]) : FarahUrl
Follows any ref attributes, if present.
Parameters
- $fragment : FarahUrlStreamIdentifier|string = null
Return values
FarahUrlcreateUrl()
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
ResultInterfacelookupLinkInstructions()
public
lookupLinkInstructions() : LinkInstructionCollection
Return values
LinkInstructionCollectionlookupResult()
Create the result of this executable, in the representation type specified.
public
lookupResult(FarahUrlStreamIdentifier|string $type) : ResultInterface
Parameters
- $type : FarahUrlStreamIdentifier|string
Return values
ResultInterfacelookupUseInstructions()
public
lookupUseInstructions() : UseInstructionCollection
Return values
UseInstructionCollectionlookupXmlResult()
public
lookupXmlResult() : ResultInterface