EntityExample
in package
implements
ExampleDataInterface
AbstractYes
Helper class for defining entity examples.
By convention, you should name this class relative to the target workflow, as in:
- Entity Name: ContributionRecur
- Example Data: Civi\Test\ExampleData\ContributionRecur\Euro5990
- Example Name: entity/ContributionRecur/Euro5900
Table of Contents
Interfaces
Properties
- $entityName : string
- $exName : string
Methods
- __construct() : mixed
- bao() : string
- dao() : string
- getExampleName() : string
- Get the name of the example.
Properties
$entityName
protected
string
$entityName
$exName
protected
string
$exName
Methods
__construct()
public
__construct() : mixed
bao()
protected
bao() : string
Return values
stringdao()
protected
dao() : string
Return values
stringgetExampleName()
Get the name of the example.
protected
getExampleName() : string