Class yii\apidoc\helpers\PrettyPrinter

Inheritanceyii\apidoc\helpers\PrettyPrinter » phpDocumentor\Reflection\PrettyPrinter
Available since version2.0
Source Code https://github.com/yiisoft/yii2-apidoc/blob/master/helpers/PrettyPrinter.php

Enhances the phpDocumentor PrettyPrinter with short array syntax

Public Methods

Hide inherited methods

MethodDescriptionDefined By
getRepresentationOfValue() Returns a simple human readable output for a value. yii\apidoc\helpers\PrettyPrinter
pExpr_Array() yii\apidoc\helpers\PrettyPrinter

Method Details

getRepresentationOfValue() public method

Returns a simple human readable output for a value.

string getRepresentationOfValue( \PHPParser_Node_Expr $value )
$value \PHPParser_Node_Expr

The value node as provided by PHP-Parser.

pExpr_Array() public method

string pExpr_Array( \PHPParser_Node_Expr_Array $node )
$node \PHPParser_Node_Expr_Array