PHP 클래스 Ip\Internal\Design\Helper

파일 보기 프로젝트 열기: impresspages/impresspages 1 사용 예제들

공개 메소드들

메소드 설명
cpDir ( $source, $destination )
generateAdminUrl ( $moduleId )
getConfigurationBoxHtml ( )
getFirstDir ( $path )
instance ( ) : Helper
json_clean_decode ( string $json, boolean $assoc = false, integer $depth = 512, integer $options ) : string Clean comments of json content and decode it with json_decode().

보호된 메소드들

메소드 설명
__construct ( )

비공개 메소드들

메소드 설명
backendSecurityToken ( )
removeTrailingSlash ( $path )

메소드 상세

__construct() 보호된 메소드

protected __construct ( )

cpDir() 공개 메소드

public cpDir ( $source, $destination )

generateAdminUrl() 공개 메소드

public generateAdminUrl ( $moduleId )

getConfigurationBoxHtml() 공개 정적인 메소드

public static getConfigurationBoxHtml ( )

getFirstDir() 공개 메소드

public getFirstDir ( $path )

instance() 공개 정적인 메소드

public static instance ( ) : Helper
리턴 Helper

json_clean_decode() 공개 메소드

Work like the original php json_decode() function with the same params
public json_clean_decode ( string $json, boolean $assoc = false, integer $depth = 512, integer $options ) : string
$json string The json string being decoded
$assoc boolean When TRUE, returned objects will be converted into associative arrays.
$depth integer User specified recursion depth. (>=5.3)
$options integer Bitmask of JSON decode options. (>=5.4)
리턴 string