PHP 클래스 Trean_Data_Json, horde

Copyright 2013-2016 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (ASL). If you did not receive this file, see http://www.horde.org/licenses/apache.
저자: Michael J Rubinsky ([email protected])
상속: extends Horde_Data_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_contentType
$_extension
$_parentMap
$_tagMap

공개 메소드들

메소드 설명
exportData ( $data, $method = 'REQUEST' ) Stub to return exported data.
exportFile ( $filename, $data ) Stub to export data to a file.
importData ( $contents, $header = false )
nextStep ( integer $action, array $param = [] ) : mixed Takes all necessary actions for the given import step, parameters and form values and returns the next necessary step.

보호된 메소드들

메소드 설명
_parseBookmarks ( $data, $container = null )
_parseFolders ( $data )
_parseJson ( $data, $container )

메소드 상세

_parseBookmarks() 보호된 메소드

protected _parseBookmarks ( $data, $container = null )

_parseFolders() 보호된 메소드

protected _parseFolders ( $data )

_parseJson() 보호된 메소드

protected _parseJson ( $data, $container )

exportData() 공개 메소드

Stub to return exported data.
public exportData ( $data, $method = 'REQUEST' )

exportFile() 공개 메소드

Stub to export data to a file.
public exportFile ( $filename, $data )

importData() 공개 메소드

public importData ( $contents, $header = false )

nextStep() 공개 메소드

Takes all necessary actions for the given import step, parameters and form values and returns the next necessary step.
public nextStep ( integer $action, array $param = [] ) : mixed
$action integer The current step. One of the IMPORT_* constants.
$param array An associative array containing needed parameters for the current step.
리턴 mixed Either the next step as an integer constant or imported data set after the final step.

프로퍼티 상세

$_contentType 보호되어 있는 프로퍼티

protected $_contentType

$_extension 보호되어 있는 프로퍼티

protected $_extension

$_parentMap 보호되어 있는 프로퍼티

protected $_parentMap

$_tagMap 보호되어 있는 프로퍼티

protected $_tagMap