Table of Contents
Properties
-
$actions
: mixed
-
$inheritedMethodTemplate
: mixed
-
$modules
: mixed
-
$settings
: mixed
-
$template
: mixed
Methods
-
__construct()
: mixed
-
getActorName()
: mixed
-
getModules()
: mixed
-
produce()
: mixed
-
getParamsString()
: array<string|int, mixed>
-
prependAbstractActorDocBlocks()
: mixed
$actions
protected
mixed
$actions
$inheritedMethodTemplate
protected
mixed
$inheritedMethodTemplate
= ' * @method {{return}} {{method}}({{params}})'
$modules
protected
mixed
$modules
$settings
protected
mixed
$settings
$template
protected
mixed
$template
= <<<EOF
<?php
{{hasNamespace}}
/**
* Inherited Methods
{{inheritedMethods}}
*
* @SuppressWarnings(PHPMD)
*/
class {{actor}} extends \\Codeception\\Actor
{
use _generated\\{{actor}}Actions;
/**
* Define custom actions here
*/
}
EOF
__construct()
public
__construct(mixed $settings) : mixed
Parameters
-
$settings
: mixed
-
getActorName()
public
getActorName() : mixed
getModules()
public
getModules() : mixed
produce()
public
produce() : mixed
getParamsString()
protected
getParamsString(ReflectionMethod $refMethod) : array<string|int, mixed>
Parameters
-
$refMethod
: ReflectionMethod
-
Return values
array<string|int, mixed>
prependAbstractActorDocBlocks()
protected
prependAbstractActorDocBlocks() : mixed