// spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * This class represents an Account User. */ class ET_User extends ET_CUDSupport { /** * Initializes a new instance of the class and sets the obj property of parent. */ function __construct() { $this->obj = "AccountUser"; } }