00001 <?php 00002 /************************************************************************ 00003 Residence.php - Copyright arklinux 00004 00005 Here you can write a license for your code, some comments or any other 00006 information you want to have in your generated code. To to this simply 00007 configure the "headings" directory in uml to point to a directory 00008 where you have your heading files. 00009 00010 or you can just replace the contents of this file with your own. 00011 If you want to do this, this file is located at 00012 00013 /usr/share/apps/umbrello/headings/heading.php 00014 00015 -->Code Generators searches for heading files based on the file extension 00016 i.e. it will look for a file name ending in ".h" to include in C++ header 00017 files, and for a file name ending in ".java" to include in all generated 00018 java code. 00019 If you name the file "heading.<extension>", Code Generator will always 00020 choose this file even if there are other files with the same extension in the 00021 directory. If you name the file something else, it must be the only one with that 00022 extension in the directory to guarantee that Code Generator will choose it. 00023 00024 you can use variables in your heading files which are replaced at generation 00025 time. possible variables are : author, date, time, filename and filepath. 00026 just write %variable_name% 00027 00028 This file was generated on %date% at %time% 00029 The original location of this file is /home/arklinux/public_html/confuzled/setup/modules/convention/code/Residence.php 00030 **************************************************************************/ 00031 00032 00033 00037 class Residence extends Room 00038 { 00039 00044 /*** Attributes: ***/ 00045 00049 private $members; 00050 00051 00052 00053 00054 00055 00056 } // end of Residence 00057 ?>