PHP Class Tdt\Core\Definitions\InfoController

Author: Jan Vansteenlandt ([email protected])
Inheritance: extends Tdt\Core\ApiController
Show file Open project: tdt/core

Public Methods

Method Description
get ( $uri )
head ( $uri ) Return the headers of a call made to the uri given.

Private Methods

Method Description
calculatePagingInfo ( $limit, $offset, $count )
getInfo ( $uri = null ) * GET an info document based on the uri provided
makeResponse ( $data ) Return the response with the given data (formatted in json)
parseFilterValues ( $value_str )

Method Details

get() public method

public get ( $uri )

head() public method

Return the headers of a call made to the uri given.
public head ( $uri )