PHP Class Admin\Record\TopicRecord

Since: 1.0
Inheritance: extends Windwalker\Record\Record
Mostra file Open project: asika32764/natika

Protected Properties

Property Type Description
$table string Property table.

Public Methods

Method Description
onAfterDelete ( Windwalker\Event\Event $event ) : void onAfterDelete
onAfterLoad ( Windwalker\Event\Event $event ) : void onAfterLoad
onAfterStore ( Windwalker\Event\Event $event ) : void onAfterStore

Method Details

onAfterDelete() public method

onAfterDelete
public onAfterDelete ( Windwalker\Event\Event $event ) : void
$event Windwalker\Event\Event
return void

onAfterLoad() public method

onAfterLoad
public onAfterLoad ( Windwalker\Event\Event $event ) : void
$event Windwalker\Event\Event
return void

onAfterStore() public method

onAfterStore
public onAfterStore ( Windwalker\Event\Event $event ) : void
$event Windwalker\Event\Event
return void

Property Details

$table protected_oe property

Property table.
protected string $table
return string