XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe Kint_Object_Representation_Docstring
+ Graphe d'héritage de Kint_Object_Representation_Docstring:
+ Graphe de collaboration de Kint_Object_Representation_Docstring:

Fonctions membres publiques

 __construct ($docstring, $file, $line, $class=null)
 
 docstringWithoutComments ()
 
- Fonctions membres publiques hérités de Kint_Object_Representation
 __construct ($label, $name=null)
 
 getLabel ()
 
 labelIsImplicit ()
 

Champs de données

 $file = null
 
 $line = null
 
 $class = null
 
 $hints = array('docstring')
 
- Champs de données hérités de Kint_Object_Representation
 $name
 
 $label
 
 $implicit_label = false
 
 $hints = array()
 
 $contents = array()
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $docstring,
  $file,
  $line,
  $class = null 
)

Documentation des fonctions membres

◆ docstringWithoutComments()

docstringWithoutComments ( )

Returns the representation's docstring without surrounding comments.

Note that this will not work flawlessly.

On comments with whitespace after the stars the lines will begin with whitespace, since we can't accurately guess how much of an indentation is required.

And on lines without stars on the left this may eat bullet points.

Long story short: If you want the docstring read the contents. If you absolutely must have it without comments (ie renderValueShort) this will probably do.

Renvoie
string Docstring with comments stripped

Documentation des champs

◆ $class

$class = null

◆ $file

$file = null

◆ $hints

$hints = array('docstring')

◆ $line

$line = null

La documentation de cette classe a été générée à partir du fichier suivant :