33 if (\
sizeof ( $files ) !== 0) {
34 foreach ( $files as $file ) {
36 $yumlR =
new ClassToYuml ( $completeName, $this->displayProperties,
false, $this->displayMethods, $this->displayMethodsParams, $this->displayPropertiesTypes,
false );
37 $yumlResult [] = $yumlR;
39 if ($this->displayAssociations) {
40 $count = \sizeof ( $files );
41 for($i = 0; $i < $count; $i ++) {
42 $result = $yumlResult [$i]->oneToManyTostring ();
44 $yumlResult [] = $result;
static getClassFullNameFromFile($filePathName)
get the full name (name \ namespace) of a class from its file path result example: (string) "I\Am\The...
__construct($displayProperties=true, $displayAssociations=true, $displayMethods=false, $displayMethodsParams=false, $displayPropertiesTypes=false)
static getModelsFiles(&$config, $silent=false)