Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Yuml Class Reference

Static Public Member Functions

static parseMask ($element, $variable, $value)
 
static parseMaskArray ($element, $variables, $values)
 
static getNamesInMask ($mask)
 
static setPropertyVariables ($values)
 
static setMethodVariables ($values)
 
static setClassContent ($content)
 

Static Public Attributes

static $classMask ='[{classContent}]'
 
static $classSeparator ='|'
 
static $memberSeparator =';'
 
static $parameterSeparator ='‚'
 
static $parameterTypeSeparator =':'
 
static $groupeSeparator =","
 
static $propertyMask ='{access}{primary}{name}{type}'
 
static $methodMask ='{access}{name}({parameters}){type}'
 
static $public ='+'
 
static $protected ='#'
 
static $private ='-'
 
static $primary ='«pk» '
 

Static Private Member Functions

static replaceMaskValues ($mask, $values)
 

Detailed Description

Definition at line 5 of file Yuml.php.

Member Function Documentation

◆ getNamesInMask()

static getNamesInMask (   $mask)
static

Definition at line 35 of file Yuml.php.

◆ parseMask()

static parseMask (   $element,
  $variable,
  $value 
)
static

Definition at line 19 of file Yuml.php.

◆ parseMaskArray()

static parseMaskArray (   $element,
  $variables,
  $values 
)
static

Definition at line 24 of file Yuml.php.

◆ replaceMaskValues()

static replaceMaskValues (   $mask,
  $values 
)
staticprivate

Definition at line 42 of file Yuml.php.

◆ setClassContent()

static setClassContent (   $content)
static

Definition at line 54 of file Yuml.php.

◆ setMethodVariables()

static setMethodVariables (   $values)
static

Definition at line 50 of file Yuml.php.

◆ setPropertyVariables()

static setPropertyVariables (   $values)
static

Definition at line 46 of file Yuml.php.

Field Documentation

◆ $classMask

$classMask ='[{classContent}]'
static

Definition at line 6 of file Yuml.php.

◆ $classSeparator

$classSeparator ='|'
static

Definition at line 7 of file Yuml.php.

◆ $groupeSeparator

$groupeSeparator =","
static

Definition at line 11 of file Yuml.php.

◆ $memberSeparator

$memberSeparator =';'
static

Definition at line 8 of file Yuml.php.

◆ $methodMask

$methodMask ='{access}{name}({parameters}){type}'
static

Definition at line 13 of file Yuml.php.

◆ $parameterSeparator

$parameterSeparator ='‚'
static

Definition at line 9 of file Yuml.php.

◆ $parameterTypeSeparator

$parameterTypeSeparator =':'
static

Definition at line 10 of file Yuml.php.

◆ $primary

$primary ='«pk» '
static

Definition at line 17 of file Yuml.php.

◆ $private

$private ='-'
static

Definition at line 16 of file Yuml.php.

◆ $propertyMask

$propertyMask ='{access}{primary}{name}{type}'
static

Definition at line 12 of file Yuml.php.

◆ $protected

$protected ='#'
static

Definition at line 15 of file Yuml.php.

◆ $public

$public ='+'
static

Definition at line 14 of file Yuml.php.


The documentation for this class was generated from the following file: