Skip to content

palvoelgyilaszlo/helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helper

The motivation is to make the output more visible and at the same time to mark the exact position of the output.

Methods:

Everything is structured and easy to read again. $stop = true/false

Helper::e( $variable, $stop );

Returns all declared classes

Helper::getClasses();

Returns all methods of a class

Helper::getClassMethod('Helper');

Outputs the class name including namespace

Helper::getClassName(new Helper);

Returns all methods that can be used

Helper::getSelfMethodes();

Describes something about an array object

Helper::arrayObject();

Timing. Start time

Helper::timeStart();

Timing. Stop time

Helper::timeStop();

Output time measurement duration

Helper::getDuration();

Is the class user defined?

Helper::reflectionClassisUserDefined('Palvoelgyi\Helper\Helper',0);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages