~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/lib/model/doctrine/agDeploymentAlgorithm.class.php

  • Committer: Chad Heuschober
  • Date: 2011-05-04 18:50:43 UTC
  • mfrom: (1.1.971 trunk)
  • Revision ID: chad.heuschober@mail.cuny.edu-20110504185043-k91xu7u2hbzxlblx
Merged in most recent changes from cuny-sps-trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
 
3
3
/**
4
 
 * agDeploymentAlgorithm
5
 
 * 
6
 
 * This class has been auto-generated by the Doctrine ORM Framework
7
 
 * 
8
 
 * @package    AGASTI_CORE
9
 
 * @subpackage model
10
 
 * @author     CUNY SPS
11
 
 * @version    SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
 
4
 * Returns deployment algorithm
 
5
 * 
 
6
 * PHP Version 5.3
 
7
 *
 
8
 * LICENSE: This source file is subject to LGPLv2.1 license
 
9
 * that is available through the world-wide-web at the following URI:
 
10
 * http://www.gnu.org/licenses/lgpl-2.1.html
 
11
 *
 
12
 * @author CUNY SPS
 
13
 *
 
14
 * Copyright of the Sahana Software Foundation, sahanafoundation.org
 
15
 *
12
16
 */
13
17
class agDeploymentAlgorithm extends BaseagDeploymentAlgorithm
14
18
{
 
19
 
15
20
  /**
16
21
   *
17
22
   * @return a string representation of the deployment algorithm.
20
25
  {
21
26
    return $this->getDeploymentAlgorithm();
22
27
  }
 
28
 
23
29
}