PHP Class Zephir\Stubs\DocBlock

Author: Gusakov Nikita ([email protected])
ファイルを表示 Open project: phalcon/zephir Class Usage Examples

Protected Properties

Property Type Description
$description string
$indent string
$lines array

Public Methods

Method Description
__construct ( string $source, string $indent = ' ' )
__toString ( ) : string

Method Details

__construct() public method

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

__toString() public method

public __toString ( ) : string
return string

Property Details

$description protected_oe property

protected string $description
return string

$indent protected_oe property

protected string $indent
return string

$lines protected_oe property

protected array $lines
return array