PHP Class tests\codeception\unit\models\EventTrackerBehavior

Inheritance: extends yii\base\Behavior
ファイルを表示 Open project: raoul2000/yii2-workflow

Public Properties

Property Type Description
$afterFind
$afterInsert
$afterUpdate
$beforeInsert
$beforeUpdate

Public Methods

Method Description
afterFindHandler ( )
afterInsertHandler ( )
afterUpdateHandler ( )
beforeInsertHandler ( )
beforeUpdateHandler ( )
events ( )

Method Details

afterFindHandler() public method

public afterFindHandler ( )

afterInsertHandler() public method

public afterInsertHandler ( )

afterUpdateHandler() public method

public afterUpdateHandler ( )

beforeInsertHandler() public method

public beforeInsertHandler ( )

beforeUpdateHandler() public method

public beforeUpdateHandler ( )

events() public method

public events ( )

Property Details

$afterFind public_oe property

public $afterFind

$afterInsert public_oe property

public $afterInsert

$afterUpdate public_oe property

public $afterUpdate

$beforeInsert public_oe property

public $beforeInsert

$beforeUpdate public_oe property

public $beforeUpdate