PHP 클래스 TextAnalysis\Documents\ContentDocument

저자: yooper
파일 보기 프로젝트 열기: yooper/php-text-analysis

보호된 프로퍼티들

프로퍼티 타입 설명
$content string
$counter
$id mixed

공개 메소드들

메소드 설명
__construct ( string $content, mixed $id = null )
getContent ( ) : string
getId ( ) : integer | string

메소드 상세

__construct() 공개 메소드

public __construct ( string $content, mixed $id = null )
$content string
$id mixed uses a counter if empty

getContent() 공개 메소드

public getContent ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer | string
리턴 integer | string

프로퍼티 상세

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

protected string $content
리턴 string

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

protected static $counter

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

protected mixed $id
리턴 mixed