setSpLuRemovePermission($dam->sp_lu_remove_permission); return $dbo; } public static function execute($_permisson_name) { $values = DB::select('SELECT * FROM sp_lu_remove_permission(?)', array($_permisson_name)); return self::damToDbo($values[0]); } /** * @var boolean */ protected $_spLuRemovePermission; public function getSpLuRemovePermission() { return $this->_spLuRemovePermission; } public function setSpLuRemovePermission($value) { $this->_spLuRemovePermission = $value; } }