PHP 클래스 Contao\String

Usage: $short = String::substr($str, 32); $html = String::substrHtml($str, 32); $xhtml = String::toXhtml($html5);
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$objInstance StringUtil Object instance (Singleton)

공개 메소드들

메소드 설명
__clone ( ) Prevent cloning of the object (Singleton)
getInstance ( ) : String Return the object instance (Singleton)

보호된 메소드들

메소드 설명
__construct ( ) Prevent direct instantiation (Singleton)

메소드 상세

__clone() 최종 공개 메소드

Prevent cloning of the object (Singleton)
사용 중단: Deprecated since Contao 4.0, to be removed in Contao 5.0. The String class is now static.
final public __clone ( )

__construct() 보호된 메소드

Prevent direct instantiation (Singleton)
사용 중단: Deprecated since Contao 4.0, to be removed in Contao 5.0. The String class is now static.
protected __construct ( )

getInstance() 공개 정적인 메소드

Return the object instance (Singleton)
사용 중단: Deprecated since Contao 4.0, to be removed in Contao 5.0. The String class is now static.
public static getInstance ( ) : String
리턴 String The object instance

프로퍼티 상세

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

Object instance (Singleton)
protected static StringUtil,contao $objInstance
리턴 StringUtil