Skip to content

Commit

Permalink
Update cliprz.php
Browse files Browse the repository at this point in the history
Short sys object
  • Loading branch information
Mohammed-Nasser committed Apr 18, 2013
1 parent 6632698 commit ad1ac16
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions system/cliprz/cliprz.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,18 @@ public static function system ($class)
{
return self::initialize ($class,'system');
}

/**
* Get Short sys object
*
* @param string $class Object name
*
* @access public
* @static
*/
public static function sys ($class)
{
return self::system ($class);
}
/**
* Get model object
*
Expand Down Expand Up @@ -384,4 +395,4 @@ public static function constants ()
* @location ./system/cliprz/cliprz.php
*/

?>
?>

0 comments on commit ad1ac16

Please sign in to comment.