Project.class.php 212 B

123456789101112
  1. <?php
  2. class Project {
  3. public function __construct() {
  4. }
  5. public function register($p_file) {
  6. $target_path = $plusMISConfig->getConfigFilesPath();
  7. $target_path .= basename( );
  8. }
  9. }