[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/action/ -> sfComponents.class.php (source)

   1  <?php
   2  
   3  /*
   4   * This file is part of the symfony package.
   5   * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
   6   * 
   7   * For the full copyright and license information, please view the LICENSE
   8   * file that was distributed with this source code.
   9   */
  10  
  11  /**
  12   * sfComponents.
  13   *
  14   * @package    symfony
  15   * @subpackage action
  16   * @author     Fabien Potencier <fabien.potencier@symfony-project.com>
  17   * @version    SVN: $Id: sfComponents.class.php 1415 2006-06-11 08:33:51Z fabien $
  18   */
  19  abstract class sfComponents extends sfComponent
  20  {
  21    public function execute()
  22    {
  23      throw new sfInitializationException('sfComponents initialization failed');
  24    }
  25  }


Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7