PHP 클래스 iaExtra

상속: extends abstractCore
파일 보기 프로젝트 열기: intelliants/subrion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$error
$isUpdate
$isUpgrade
$itemData

보호된 프로퍼티들

프로퍼티 타입 설명
$_attributes
$_currentPath
$_extrasTypePaths
$_inTag
$_menuGroups
$_notes
$_parsed
$_quickParseMode
$_table
$_url
$_xmlContent

공개 메소드들

메소드 설명
_parserComment ( $parser )
_parserData ( $parser, $text )
_parserEnd ( $parser, $name )
_parserQuickData ( $parser, $text )
_parserStart ( $parser, $name, $attributes )
checkValidity ( )
doAction ( $action, $url = '' )
getFromPath ( $filePath )
getMenuGroups ( )
getNotes ( )
getUrl ( )
init ( )
install ( )
parse ( $quickMode = false )
setUrl ( $url )
setXml ( $xmlContent )
uninstall ( $extraName )
upgrade ( )

보호된 메소드들

메소드 설명
_addPhrase ( $key, $value, $category = iaLanguage::CATEGORY_COMMON )
_alterTable ( $fieldData )
_attr ( $key, $default = '', $inArray = false )
_checkDependencies ( )
_checkPath ( $items )
_compare ( )
_getVersion ( )
_isExist ( )
_lookupGroupId ( $groupName )
_processAdminPages ( array $entries )
_processConfig ( array $entries )
_processFields ( array $fields )
_processPhrases ( array $phrases )
_processQueries ( $type, $stage, $ignoreNonVersionedQueries = false )
_resetValues ( )
_runPhpCode ( $code )

비공개 메소드들

메소드 설명
_processCategory ( array $entryData, $action = self::ACTION_INSTALL )

메소드 상세

_addPhrase() 보호된 메소드

protected _addPhrase ( $key, $value, $category = iaLanguage::CATEGORY_COMMON )

_alterTable() 보호된 메소드

protected _alterTable ( $fieldData )

_attr() 보호된 메소드

protected _attr ( $key, $default = '', $inArray = false )

_checkDependencies() 보호된 메소드

protected _checkDependencies ( )

_checkPath() 보호된 메소드

protected _checkPath ( $items )

_compare() 보호된 메소드

protected _compare ( )

_getVersion() 보호된 메소드

protected _getVersion ( )

_isExist() 보호된 메소드

protected _isExist ( )

_lookupGroupId() 보호된 메소드

protected _lookupGroupId ( $groupName )

_parserComment() 공개 메소드

public _parserComment ( $parser )

_parserData() 공개 메소드

public _parserData ( $parser, $text )

_parserEnd() 공개 메소드

public _parserEnd ( $parser, $name )

_parserQuickData() 공개 메소드

public _parserQuickData ( $parser, $text )

_parserStart() 공개 메소드

public _parserStart ( $parser, $name, $attributes )

_processAdminPages() 보호된 메소드

protected _processAdminPages ( array $entries )
$entries array

_processConfig() 보호된 메소드

protected _processConfig ( array $entries )
$entries array

_processFields() 보호된 메소드

protected _processFields ( array $fields )
$fields array

_processPhrases() 보호된 메소드

protected _processPhrases ( array $phrases )
$phrases array

_processQueries() 보호된 메소드

protected _processQueries ( $type, $stage, $ignoreNonVersionedQueries = false )

_resetValues() 보호된 메소드

protected _resetValues ( )

_runPhpCode() 보호된 메소드

protected _runPhpCode ( $code )

checkValidity() 공개 메소드

public checkValidity ( )

doAction() 공개 메소드

public doAction ( $action, $url = '' )

getFromPath() 공개 메소드

public getFromPath ( $filePath )

getMenuGroups() 공개 메소드

public getMenuGroups ( )

getNotes() 공개 메소드

public getNotes ( )

getUrl() 공개 메소드

public getUrl ( )

init() 공개 메소드

public init ( )

install() 공개 메소드

public install ( )

parse() 공개 메소드

public parse ( $quickMode = false )

setUrl() 공개 메소드

public setUrl ( $url )

setXml() 공개 메소드

public setXml ( $xmlContent )

uninstall() 공개 메소드

public uninstall ( $extraName )

upgrade() 공개 메소드

public upgrade ( )

프로퍼티 상세

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

protected $_attributes

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

protected $_currentPath

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

protected $_extrasTypePaths

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

protected $_inTag

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

protected $_menuGroups

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

protected $_notes

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

protected $_parsed

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

protected $_quickParseMode

$_table 보호되어 있는 정적으로 프로퍼티

protected static $_table

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

protected $_url

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

protected $_xmlContent

$error 공개적으로 프로퍼티

public $error

$isUpdate 공개적으로 프로퍼티

public $isUpdate

$isUpgrade 공개적으로 프로퍼티

public $isUpgrade

$itemData 공개적으로 프로퍼티

public $itemData