<?php namespace app\event\statistics; class InOutEvent { public function dataIn() { } public function dataOut() { } public function dataSave() { } }