PHP 클래스 AdminPageFramework_Resource_Base

상속: extends AdminPageFramework_FrameworkUtility
파일 보기 프로젝트 열기: michaeluno/admin-page-framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$oProp
$oUtil

보호된 프로퍼티들

프로퍼티 타입 설명
$_aHandleIDs
$_aStructure_EnqueuingResources
$_sClassSelector_Script
$_sClassSelector_Style

공개 메소드들

메소드 설명
__construct ( $oProp )
_forceToEnqueueScript ( $sSRC, $aCustomArgs = [] )
_forceToEnqueueStyle ( $sSRC, $aCustomArgs = [] )
_replyToAddScript ( )
_replyToAddStyle ( )
_replyToEnqueueScripts ( )
_replyToEnqueueStyles ( )
_replyToModifyEnqueuedAttrbutes ( $sSanitizedURL, $sOriginalURL, $sContext )
_replyToSetupArgumentCallback ( $sSRC, $sHandleID )

보호된 메소드들

메소드 설명
_enqueueSRC ( $aEnqueueItem )
_enqueueSRCByCondition ( $aEnqueueItem )
_printClassSpecificScripts ( $sIDPrefix )
_printClassSpecificStyles ( $sIDPrefix )
_printCommonScripts ( $sIDPrefix, $sClassName )
_printCommonStyles ( $sIDPrefix, $sClassName )

비공개 메소드들

메소드 설명
_getClassSpecificIEStyleTag ( $_oCaller, $sIDPrefix )
_getClassSpecificStyleTag ( $_oCaller, $sIDPrefix )
_getIEStyleTag ( $oCaller, $sIDPrefix )
_getStyleTag ( $oCaller, $sIDPrefix )

메소드 상세

__construct() 공개 메소드

public __construct ( $oProp )

_enqueueSRC() 보호된 메소드

protected _enqueueSRC ( $aEnqueueItem )

_enqueueSRCByCondition() 보호된 메소드

protected _enqueueSRCByCondition ( $aEnqueueItem )

_forceToEnqueueScript() 공개 메소드

public _forceToEnqueueScript ( $sSRC, $aCustomArgs = [] )

_forceToEnqueueStyle() 공개 메소드

public _forceToEnqueueStyle ( $sSRC, $aCustomArgs = [] )

_printClassSpecificScripts() 보호된 메소드

protected _printClassSpecificScripts ( $sIDPrefix )

_printClassSpecificStyles() 보호된 메소드

protected _printClassSpecificStyles ( $sIDPrefix )

_printCommonScripts() 보호된 메소드

protected _printCommonScripts ( $sIDPrefix, $sClassName )

_printCommonStyles() 보호된 메소드

protected _printCommonStyles ( $sIDPrefix, $sClassName )

_replyToAddScript() 공개 메소드

public _replyToAddScript ( )

_replyToAddStyle() 공개 메소드

public _replyToAddStyle ( )

_replyToEnqueueScripts() 공개 메소드

_replyToEnqueueStyles() 공개 메소드

_replyToModifyEnqueuedAttrbutes() 공개 메소드

public _replyToModifyEnqueuedAttrbutes ( $sSanitizedURL, $sOriginalURL, $sContext )

_replyToSetupArgumentCallback() 공개 메소드

public _replyToSetupArgumentCallback ( $sSRC, $sHandleID )

프로퍼티 상세

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

protected $_aHandleIDs

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

protected static $_aStructure_EnqueuingResources

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

protected $_sClassSelector_Script

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

protected $_sClassSelector_Style

$oProp 공개적으로 프로퍼티

public $oProp

$oUtil 공개적으로 프로퍼티

public $oUtil