PHP Class PhalconRest\Export\Documentation\ApiEndpoint

Show file Open project: olivierandriessen/phalcon-rest Class Usage Examples

Protected Properties

Property Type Description
$allowedRoles
$description
$exampleResponse
$httpMethod
$name
$path

Public Methods

Method Description
getAllowedRoles ( )
getDescription ( )
getExampleResponse ( )
getHttpMethod ( )
getName ( )
getPath ( )
setAllowedRoles ( $allowedRoles )
setDescription ( $description )
setExampleResponse ( $exampleResponse )
setHttpMethod ( $httpMethod )
setName ( $name )
setPath ( $path )

Method Details

getAllowedRoles() public method

public getAllowedRoles ( )

getDescription() public method

public getDescription ( )

getExampleResponse() public method

public getExampleResponse ( )

getHttpMethod() public method

public getHttpMethod ( )

getName() public method

public getName ( )

getPath() public method

public getPath ( )

setAllowedRoles() public method

public setAllowedRoles ( $allowedRoles )

setDescription() public method

public setDescription ( $description )

setExampleResponse() public method

public setExampleResponse ( $exampleResponse )

setHttpMethod() public method

public setHttpMethod ( $httpMethod )

setName() public method

public setName ( $name )

setPath() public method

public setPath ( $path )

Property Details

$allowedRoles protected property

protected $allowedRoles

$description protected property

protected $description

$exampleResponse protected property

protected $exampleResponse

$httpMethod protected property

protected $httpMethod

$name protected property

protected $name

$path protected property

protected $path