<?php
/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE 1.10.3.4001 modeling language!*/

interface IMentor
{
  // CONSTANT MEMBERS  

 const aName = "aValue";  // ABSTRACT METHODS 

 public function getCode ($aParam);


  
}
?>