PHP Class Zephir\Stubs\DocBlock

Author: Gusakov Nikita ([email protected])
Afficher le fichier Open project: phalcon/zephir Class Usage Examples

Protected Properties

Свойство Type Description
$description string
$indent string
$lines array

Méthodes publiques

Méthode Description
__construct ( string $source, string $indent = ' ' )
__toString ( ) : string

Method Details

__construct() public méthode

public __construct ( string $source, string $indent = ' ' )
$source string Raw doc-block
$indent string Indent, 4 spaces by default

__toString() public méthode

public __toString ( ) : string
Résultat string

Property Details

$description protected_oe property

protected string $description
Résultat string

$indent protected_oe property

protected string $indent
Résultat string

$lines protected_oe property

protected array $lines
Résultat array