示例#1
0
文件: Component.php 项目: ata/ostric
 public function getClassId()
 {
     return Inflector::dotted(get_class($this));
 }