PHP 클래스 Ip\Internal\System\Model

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

보호된 프로퍼티들

프로퍼티 타입 설명
$instance

공개 메소드들

메소드 설명
getImpressPagesAPIUrl ( ) : string
getIpNotifications ( ) : array | string
getNewUrl ( ) : string
getOldUrl ( )
instance ( ) : Model Get singleton instance
sendUsageStatistics ( $data = [], $timeout = 3 )

보호된 메소드들

메소드 설명
__clone ( )
__construct ( )

메소드 상세

__clone() 보호된 메소드

protected __clone ( )

__construct() 보호된 메소드

protected __construct ( )

getImpressPagesAPIUrl() 공개 메소드

public getImpressPagesAPIUrl ( ) : string
리턴 string

getIpNotifications() 공개 정적인 메소드

public static getIpNotifications ( ) : array | string
리턴 array | string

getNewUrl() 공개 메소드

public getNewUrl ( ) : string
리턴 string

getOldUrl() 공개 메소드

public getOldUrl ( )

instance() 공개 정적인 메소드

Get singleton instance
public static instance ( ) : Model
리턴 Model

sendUsageStatistics() 공개 정적인 메소드

public static sendUsageStatistics ( $data = [], $timeout = 3 )

프로퍼티 상세

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

protected static $instance