PHP Class App_REST, atk4

Inheritance: extends App_CLI
Show file Open project: atk4/atk4

Public Properties

Property Type Description
$doc_page @codingStandardsIgnoreEnd
$endpoint
$page
$version

Public Methods

Method Description
encodeOutput ( mixed $data ) Output will be properly fromatted.
execute ( ) Execute.
init ( ) Initialization.
logRequest ( string $method, array $args ) Override to extend the logging.
logSuccess ( ) Overwrite to extend the logging.
main ( ) Main.

Method Details

encodeOutput() public method

Output will be properly fromatted.
public encodeOutput ( mixed $data )
$data mixed

execute() public method

Execute.
public execute ( )

init() public method

Initialization.
public init ( )

logRequest() public method

Override to extend the logging.
public logRequest ( string $method, array $args )
$method string
$args array

logSuccess() public method

Overwrite to extend the logging.
public logSuccess ( )

main() public method

Main.
public main ( )

Property Details

$doc_page public property

@codingStandardsIgnoreEnd
public $doc_page

$endpoint public property

public $endpoint

$page public property

public $page

$version public property

public $version