Public paste
Undefined
By: fruffl | Date: Dec 6 2009 15:31 | Format: None | Expires: never | Size: 370 B | Hits: 782

  1. # API constructor
  2.  
  3.         class ILLI_SHELL_API EXTENDS ILLI_InstanceApi
  4.         {
  5.        
  6.                 protected $owner;
  7.  
  8.                 public function __construct(array $params = array(), &$owner)
  9.                 {              
  10.                         $this->owner =& $owner;
  11.                         $this->load_scope('shell.illi_math');
  12.                         $this->load_scope('shell.illi_dir');
  13.                         $this->load_scope('shell.illi_file');
  14.                         $this->load_scope('shell.illi_crypt');
  15.                 }