| layout | doc |
|---|---|
| title | Codeception - Documentation |
Custom autoloader to load classes by suffixes: Helper, Page, Step, etc.
param$classreturnbool
is public for testing purposes
param$classparam$namespaceparam$suffixreturnbool
A very basic yet useful autoloader, not compatible with PSR-0. It is used to autoload classes by namespaces with suffixes.
Example:
{% highlight php %}
{% endhighlight %}
param$namespaceparam$suffixparam$path
Shortcut for { * link self::register} for classes with empty namespaces.
param$suffixparam$path
Reference is taken from the source code. Help us to improve documentation. Edit module reference