PHP Class Json, json

Datei anzeigen Open project: rsanchez/json Class Usage Examples

Public Properties

Property Type Description
$entries * caches
$entries_custom_fields
$entries_entry_ids

Protected Properties

Property Type Description
$callback
$content_type * settings
$date_format
$entries_channel_files_data
$entries_grid_cols
$entries_grid_rows
$entries_matrix_cols
$entries_matrix_rows
$entries_playa_data
$entries_rel_data
$entries_relationship_data
$fields
$image_manipulations
$jsonp
$terminate
$xhr

Public Methods

Method Description
categories ( array | null $params = NULL ) : string Categories
entries ( $entry_ids = null )
members ( ) : string Members
search ( )

Protected Methods

Method Description
check_xhr_required ( )
date_format ( $date )
entries_assets ( $entry_id, $field, $field_data, $entry )
entries_channel_files ( $entry_id, $field, $field_data, $entry )
entries_custom_field ( $entry_id, $field, $field_data, $entry, $tagdata = ' ' )
entries_date ( $entry_id, $field, $field_data )
entries_grid ( $entry_id, $field, $field_data )
entries_matrix ( $entry_id, $field, $field_data )
entries_playa ( $entry_id, $field, $field_data )
entries_rel ( $entry_id, $field, $field_data )
entries_relationship ( $entry_id, $field, $field_data )
entries_text ( $entry_id, $field, $field_data )
initialize ( $which = NULL )
respond ( array $response, $callback = NULL )

Method Details

categories() public method

Categories
public categories ( array | null $params = NULL ) : string
$params array | null
return string

check_xhr_required() protected method

protected check_xhr_required ( )

date_format() protected method

protected date_format ( $date )

entries() public method

public entries ( $entry_ids = null )

entries_assets() protected method

protected entries_assets ( $entry_id, $field, $field_data, $entry )

entries_channel_files() protected method

protected entries_channel_files ( $entry_id, $field, $field_data, $entry )

entries_custom_field() protected method

protected entries_custom_field ( $entry_id, $field, $field_data, $entry, $tagdata = ' ' )

entries_date() protected method

protected entries_date ( $entry_id, $field, $field_data )

entries_grid() protected method

protected entries_grid ( $entry_id, $field, $field_data )

entries_matrix() protected method

protected entries_matrix ( $entry_id, $field, $field_data )

entries_playa() protected method

protected entries_playa ( $entry_id, $field, $field_data )

entries_rel() protected method

protected entries_rel ( $entry_id, $field, $field_data )

entries_relationship() protected method

protected entries_relationship ( $entry_id, $field, $field_data )

entries_text() protected method

protected entries_text ( $entry_id, $field, $field_data )

initialize() protected method

protected initialize ( $which = NULL )

members() public method

Members
public members ( ) : string
return string

respond() protected method

protected respond ( array $response, $callback = NULL )
$response array

Property Details

$callback protected_oe property

protected $callback

$content_type protected_oe property

* settings
protected $content_type

$date_format protected_oe property

protected $date_format

$entries public_oe property

* caches
public $entries

$entries_channel_files_data protected_oe property

protected $entries_channel_files_data

$entries_custom_fields public_oe property

public $entries_custom_fields

$entries_entry_ids public_oe property

public $entries_entry_ids

$entries_grid_cols protected_oe property

protected $entries_grid_cols

$entries_grid_rows protected_oe property

protected $entries_grid_rows

$entries_matrix_cols protected_oe property

protected $entries_matrix_cols

$entries_matrix_rows protected_oe property

protected $entries_matrix_rows

$entries_playa_data protected_oe property

protected $entries_playa_data

$entries_rel_data protected_oe property

protected $entries_rel_data

$entries_relationship_data protected_oe property

protected $entries_relationship_data

$fields protected_oe property

protected $fields

$image_manipulations protected_oe property

protected $image_manipulations

$jsonp protected_oe property

protected $jsonp

$terminate protected_oe property

protected $terminate

$xhr protected_oe property

protected $xhr