PHP Classes

File: public_html/vendor/jsc64/js/nl/kingsquare/core/memory/io/IOHandlerInfo.js

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   public_html/vendor/jsc64/js/nl/kingsquare/core/memory/io/IOHandlerInfo.js   Download  
File: public_html/vendor/jsc64/js/nl/kingsquare/core/memory/io/IOHandlerInfo.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 219 bytes
 

Contents

Class file image Download
nl.kingsquare.core.memory.io.IOHandlerInfo = function(getter, setter) { if (typeof getter == 'undefined') getter = null; if (typeof setter == 'undefined') setter = null; this.getter = getter; this.setter = setter; }