run()
<?php namespace application\admin\filter; class auth { public function run() { return true; } }