PHP Class AdminPageFramework_WPUtility_URL

Inheritance: extends AdminPageFramework_Utility
Show file Open project: michaeluno/admin-page-framework Class Usage Examples

Public Methods

Method Description
getCurrentAdminURL ( )
getQueryAdminURL ( $aAddingQueries = [], $aRemovingQueryKeys = [], $sSubjectURL = '' )
getQueryURL ( $aAddingQueries, $aRemovingQueryKeys, $sSubjectURL )
getResolvedSRC ( $sSRC, $bReturnNullIfNotExist = false )
getSRCFromPath ( $sFilePath )
resolveSRC ( $sSRC, $bReturnNullIfNotExist = false )

Method Details

getCurrentAdminURL() public static method

public static getCurrentAdminURL ( )

getQueryAdminURL() public static method

public static getQueryAdminURL ( $aAddingQueries = [], $aRemovingQueryKeys = [], $sSubjectURL = '' )

getQueryURL() public static method

public static getQueryURL ( $aAddingQueries, $aRemovingQueryKeys, $sSubjectURL )

getResolvedSRC() public static method

public static getResolvedSRC ( $sSRC, $bReturnNullIfNotExist = false )

getSRCFromPath() public static method

public static getSRCFromPath ( $sFilePath )

resolveSRC() public static method

public static resolveSRC ( $sSRC, $bReturnNullIfNotExist = false )