Documentation

Executable
in package
implements ExecutableInterface

Interfaces, Classes and Traits

ExecutableInterface

Table of Contents

RESULT_IS_DEFAULT  = ''
RESULT_IS_XML  = 'xml'
__construct()  : mixed
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
resultIsDefault()  : FarahUrlStreamIdentifier
resultIsXml()  : FarahUrlStreamIdentifier

Constants

RESULT_IS_DEFAULT

public mixed RESULT_IS_DEFAULT = ''

RESULT_IS_XML

public mixed RESULT_IS_XML = 'xml'

Methods

createUrl()

Create a FarahUrl for this operation, with stream set as supplied.

public createUrl([mixed $fragment = null ]) : FarahUrl
Parameters
$fragment : mixed = null
Return values
FarahUrl

lookupResult()

Create the result of this executable, in the representation type specified.

public lookupResult(mixed $type) : ResultInterface
Parameters
$type : mixed
Return values
ResultInterface

Search results