Minor fixes to statement, services and internal things
Many misc updates
This commit is contained in:
@@ -35,5 +35,10 @@ class Model_Module_Method extends ORMOSB {
|
||||
// This module doesnt keep track of column updates automatically
|
||||
protected $_created_column = FALSE;
|
||||
protected $_updated_column = FALSE;
|
||||
|
||||
// Return the method name.
|
||||
public function name() {
|
||||
return sprintf('%s::%s',$this->module->name,$this->name);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user