PHP Class TextAnalysis\Documents\ContentDocument

Author: yooper
Afficher le fichier Open project: yooper/php-text-analysis

Protected Properties

Свойство Type Description
$content string
$counter
$id mixed

Méthodes publiques

Méthode Description
__construct ( string $content, mixed $id = null )
getContent ( ) : string
getId ( ) : integer | string

Method Details

__construct() public méthode

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

getContent() public méthode

public getContent ( ) : string
Résultat string

getId() public méthode

public getId ( ) : integer | string
Résultat integer | string

Property Details

$content protected_oe property

protected string $content
Résultat string

$counter protected_oe static_oe property

protected static $counter

$id protected_oe property

protected mixed $id
Résultat mixed