Login   Register  
PHP Classes
elePHPant
Icontem

File: src/eMacros/Applicable.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Emmanuel Antico  >  eMacros  >  src/eMacros/Applicable.php  >  Download  
File: src/eMacros/Applicable.php
Role: Class source
Content type: text/plain
Description: Class source
Class: eMacros
PHP LISP language interpreter
Author: By
Last change:
Date: 2014-01-13 05:17
Size: 116 bytes
 

Contents

Class file image Download
<?php
namespace eMacros;

interface 
Applicable {
    public function 
apply(Scope $scopeGenericList $arguments);
}