removed @package and @subpackage annotations

This commit is contained in:
Fabien Potencier 2010-08-01 23:06:28 +02:00
parent 84229f038a
commit ee2ff39eaf
302 changed files with 0 additions and 604 deletions

View File

@ -19,8 +19,6 @@ use Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand;
/**
* Command to clear the metadata cache of the various cache drivers.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -19,8 +19,6 @@ use Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand;
/**
* Command to clear the query cache of the various cache drivers.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -19,8 +19,6 @@ use Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand;
/**
* Command to clear the result cache of the various cache drivers.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -27,8 +27,6 @@ use Doctrine\ORM\Tools\ConvertDoctrine1Schema;
/**
* Convert a Doctrine 1 schema to Doctrine 2 mapping files
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -22,8 +22,6 @@ use Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand;
* Convert Doctrine ORM metadata mapping information between the various supported
* formats.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -24,8 +24,6 @@ use Doctrine\DBAL\Connection;
/**
* Database tool allows you to easily drop and create your configured databases.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -21,8 +21,6 @@ use Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand;
/**
* Command to create the database schema for a set of classes based on their mappings.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -30,8 +30,6 @@ use Doctrine\ORM\Tools\EntityGenerator;
/**
* Base class for Doctrine console commands to extend from.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
abstract class DoctrineCommand extends Command

View File

@ -24,8 +24,6 @@ use Doctrine\DBAL\Connection;
/**
* Database tool allows you to easily drop and create your configured databases.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -21,8 +21,6 @@ use Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand;
/**
* Command to drop the database schema for a set of classes based on their mappings.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -21,8 +21,6 @@ use Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand;
/**
* Ensure the Doctrine ORM is configured properly for a production environment.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -22,8 +22,6 @@ use Doctrine\ORM\Tools\EntityGenerator;
/**
* Generate entity classes from mapping information
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -23,8 +23,6 @@ use Doctrine\ORM\Mapping\ClassMetadataInfo;
/**
* Initialize a new Doctrine entity inside a bundle.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -21,8 +21,6 @@ use Doctrine\ORM\Tools\Console\Command\GenerateProxiesCommand;
/**
* Generate the Doctrine ORM entity proxies to your cache directory.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -19,8 +19,6 @@ use Doctrine\ORM\Tools\EntityRepositoryGenerator;
/**
* Command to generate repository classes for mapping information.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -26,8 +26,6 @@ use Doctrine\ORM\Tools\Export\ClassMetadataExporter;
/**
* Import Doctrine ORM metadata mapping information from an existing database.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -26,8 +26,6 @@ use Doctrine\ORM\Internal\CommitOrderCalculator;
/**
* Load data fixtures from bundles.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -21,8 +21,6 @@ use Doctrine\ORM\Tools\Console\Command\RunDqlCommand;
/**
* Execute a Doctrine DQL query and output the results.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -21,8 +21,6 @@ use Doctrine\DBAL\Tools\Console\Command\RunSqlCommand;
/**
* Execute a SQL query and output the results.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -21,8 +21,6 @@ use Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand;
/**
* Command to update the database schema for a set of classes based on their mappings.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -17,8 +17,6 @@ use Symfony\Components\DependencyInjection\ContainerInterface;
/**
* DoctrineDataCollector.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class DoctrineDataCollector extends DataCollector

View File

@ -21,8 +21,6 @@ use Symfony\Components\DependencyInjection\Resource\FileResource;
/**
* DoctrineExtension is an extension for the Doctrine DBAL and ORM library.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Jonathan H. Wage <jonwage@gmail.com>
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/

View File

@ -21,8 +21,6 @@ use Symfony\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension;
/**
* Bundle.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -17,8 +17,6 @@ use Doctrine\DBAL\Logging\DebugStack;
/**
* DbalLogger.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class DbalLogger extends DebugStack

View File

@ -19,8 +19,6 @@ use Doctrine\Common\Util\Inflector;
/**
* Base class for Doctrine console commands to extend from.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
abstract class DoctrineCommand extends BaseCommand

View File

@ -20,8 +20,6 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\DiffCommand;
* Command for generate migration classes by comparing your current database schema
* to your mapping information.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -19,8 +19,6 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\ExecuteCommand;
/**
* Command for executing single migrations up or down manually.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -19,8 +19,6 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\GenerateCommand;
/**
* Command for generating new blank migration classes
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -19,8 +19,6 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\MigrateCommand;
/**
* Command for executing a migration to a specified version or the latest available version.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -19,8 +19,6 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\StatusCommand;
/**
* Command to view the status of a set of migrations.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -19,8 +19,6 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\VersionCommand;
/**
* Command for manually adding and deleting migration versions from the version table.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -16,8 +16,6 @@ use Symfony\Framework\Bundle\Bundle;
/**
* Bundle.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/

View File

@ -21,8 +21,6 @@ use Symfony\Bundle\FrameworkBundle\Util\Filesystem;
/**
* AssetsInstallCommand.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class AssetsInstallCommand extends Command

View File

@ -21,8 +21,6 @@ use Symfony\Components\Console\Command\Command as BaseCommand;
/**
* Command.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
abstract class Command extends BaseCommand

View File

@ -23,8 +23,6 @@ use Symfony\Bundle\FrameworkBundle\Util\Mustache;
/**
* Initializes a new application.
*
* @package symfony
* @subpackage console
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class InitApplicationCommand extends BaseCommand

View File

@ -22,8 +22,6 @@ use Symfony\Bundle\FrameworkBundle\Util\Mustache;
/**
* Initializes a new bundle.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class InitBundleCommand extends Command

View File

@ -21,8 +21,6 @@ use Symfony\Components\Routing\Matcher\Dumper\ApacheMatcherDumper;
/**
* RouterApacheDumperCommand.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class RouterApacheDumperCommand extends Command

View File

@ -21,8 +21,6 @@ use Symfony\Components\Routing\Matcher\Dumper\ApacheMatcherDumper;
/**
* RouterDebugCommand.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class RouterDebugCommand extends Command

View File

@ -20,8 +20,6 @@ use Symfony\Framework\Kernel;
/**
* Application.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Application extends BaseApplication

View File

@ -21,8 +21,6 @@ use Symfony\Bundle\FrameworkBundle\Command\InitApplicationCommand;
/**
* BootstrapApplication.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class BootstrapApplication extends BaseApplication

View File

@ -16,8 +16,6 @@ use Symfony\Components\Console\Shell as BaseShell;
/**
* Shell.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Shell extends BaseShell

View File

@ -19,8 +19,6 @@ use Symfony\Components\HttpKernel\HttpKernelInterface;
/**
* FrameworkBundle Controller gives you convenient access to all commonly needed services.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Controller

View File

@ -21,8 +21,6 @@ use Symfony\Components\DependencyInjection\ContainerInterface;
/**
* ControllerResolver.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class ControllerResolver implements ControllerResolverInterface

View File

@ -16,8 +16,6 @@ use Symfony\Bundle\FrameworkBundle\Controller;
/**
* DefaultController.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class DefaultController extends Controller

View File

@ -20,8 +20,6 @@ use Symfony\Components\HttpKernel\Exception\HttpException;
/**
* ExceptionController.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class ExceptionController extends Controller

View File

@ -20,8 +20,6 @@ use Symfony\Components\HttpKernel\HttpKernelInterface;
/**
* ExceptionListener.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class ExceptionListener

View File

@ -16,8 +16,6 @@ use Symfony\Bundle\FrameworkBundle\Controller;
/**
* InternalController.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class InternalController extends Controller

View File

@ -16,8 +16,6 @@ use Symfony\Bundle\FrameworkBundle\Controller;
/**
*
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class RedirectController extends Controller

View File

@ -16,8 +16,6 @@ use Symfony\Bundle\FrameworkBundle\Controller;
/**
* TemplateController.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class TemplateController extends Controller

View File

@ -17,8 +17,6 @@ use Symfony\Components\DependencyInjection\ContainerInterface;
/**
* AppDataCollector.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class AppDataCollector extends DataCollector

View File

@ -18,8 +18,6 @@ use Symfony\Components\DependencyInjection\ContainerInterface;
/**
* ConfigDataCollector.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class ConfigDataCollector extends DataCollector

View File

@ -17,8 +17,6 @@ use Symfony\Components\DependencyInjection\ContainerInterface;
/**
* TimerDataCollector.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class TimerDataCollector extends DataCollector

View File

@ -16,8 +16,6 @@ use Symfony\Components\DependencyInjection\ContainerInterface;
/**
* ExceptionFormatter.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class ExceptionFormatter

View File

@ -21,8 +21,6 @@ use Symfony\Components\DependencyInjection\Definition;
/**
* WebExtension.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class WebExtension extends Extension

View File

@ -21,8 +21,6 @@ use Symfony\Bundle\FrameworkBundle\DependencyInjection\WebExtension;
/**
* Bundle.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class FrameworkBundle extends Bundle

View File

@ -19,8 +19,6 @@ use Symfony\Components\HttpKernel\LoggerInterface;
/**
* Profiler.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Profiler extends BaseProfiler

View File

@ -21,8 +21,6 @@ use Symfony\Components\HttpKernel\HttpKernelInterface;
/**
* RequestListener.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class RequestListener

View File

@ -21,8 +21,6 @@ use Symfony\Components\Routing\Loader\LoaderInterface;
*
* If also lazy-loads them.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class LoaderResolver extends BaseLoaderResolver

View File

@ -17,8 +17,6 @@ use Symfony\Components\HttpKernel\LoggerInterface;
/**
* Binds the Symfony templating loader debugger to the Symfony logger.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Debugger implements DebuggerInterface

View File

@ -20,8 +20,6 @@ use Symfony\Components\DependencyInjection\ContainerInterface;
* This engine knows how to render Symfony templates and automatically
* escapes template parameters.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Engine extends BaseEngine

View File

@ -18,8 +18,6 @@ use Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver;
/**
* ActionsHelper.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class ActionsHelper extends Helper

View File

@ -17,8 +17,6 @@ use Symfony\Components\Templating\Helper\AssetsHelper as BaseAssetsHelper;
/**
* AssetsHelper is the base class for all helper classes that manages assets.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class AssetsHelper extends BaseAssetsHelper

View File

@ -17,8 +17,6 @@ use Symfony\Components\HttpFoundation\Request;
/**
* RequestHelper.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class RequestHelper extends Helper

View File

@ -17,8 +17,6 @@ use Symfony\Components\Routing\Router;
/**
* RouterHelper.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class RouterHelper extends Helper

View File

@ -17,8 +17,6 @@ use Symfony\Components\HttpFoundation\Request;
/**
* SessionHelper.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class SessionHelper extends Helper

View File

@ -19,8 +19,6 @@ use Symfony\Components\HttpKernel\HttpKernelInterface;
/**
* WebTestCase is the base class for functional tests.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
abstract class WebTestCase extends BaseWebTestCase

View File

@ -14,8 +14,6 @@ namespace Symfony\Bundle\FrameworkBundle\Util;
/**
* Provides basic utility to manipulate the file system.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Filesystem

View File

@ -14,8 +14,6 @@ namespace Symfony\Bundle\FrameworkBundle\Util;
/**
* Mustache.
*
* @package Symfony
* @subpackage Bundle_FrameworkBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Mustache

View File

@ -23,8 +23,6 @@ use Symfony\Components\Console\Output\Output;
/**
* BuildCommand.
*
* @package Symfony
* @subpackage Bundle_PropelBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class BuildCommand extends PhingCommand

View File

@ -21,8 +21,6 @@ use Symfony\Components\Console\Output\Output;
/**
* BuildCommand.
*
* @package Symfony
* @subpackage Bundle_PropelBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class BuildModelCommand extends PhingCommand

View File

@ -22,8 +22,6 @@ use Symfony\Bundle\FrameworkBundle\Util\Filesystem;
/**
* BuildCommand.
*
* @package Symfony
* @subpackage Bundle_PropelBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class BuildSqlCommand extends PhingCommand

View File

@ -5,8 +5,6 @@ namespace Symfony\Bundle\PropelBundle\Command;
require_once 'phing/Phing.php';
/**
* @package symfony
* @subpackage command
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @version SVN: $Id: sfPhing.class.php 24039 2009-11-16 17:52:14Z Kris.Wallsmith $
*/

View File

@ -23,8 +23,6 @@ use Symfony\Components\Finder\Finder;
/**
* Wrapper command for Phing tasks
*
* @package Symfony
* @subpackage Bundle_PropelBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
abstract class PhingCommand extends Command

View File

@ -16,8 +16,6 @@ use Symfony\Components\HttpKernel\LoggerInterface;
/**
* PropelLogger.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class PropelLogger implements \BasicLogger

View File

@ -19,8 +19,6 @@ use Symfony\Components\DependencyInjection\Reference;
/**
* SwiftMailerExtension is an extension for the SwiftMailer library.
*
* @package Symfony
* @subpackage Bundle_SwiftmailerBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class SwiftMailerExtension extends Extension

View File

@ -20,8 +20,6 @@ use Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerExtension;
/**
* Bundle.
*
* @package Symfony
* @subpackage Bundle_SwiftmailerBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class SwiftmailerBundle extends Bundle

View File

@ -18,8 +18,6 @@ use Symfony\Components\DependencyInjection\ContainerBuilder;
/**
* TwigExtension.
*
* @package Symfony
* @subpackage Bundle_TwigBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class TwigExtension extends Extension

View File

@ -16,8 +16,6 @@ use Symfony\Components\DependencyInjection\ContainerInterface;
/**
* TwigExtension.
*
* @package Symfony
* @subpackage Bundle_TwigBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Environment extends \Twig_Environment

View File

@ -16,8 +16,6 @@ use Symfony\Bundle\TwigBundle\TokenParser\HelperTokenParser;
/**
*
* @package Symfony
* @subpackage Bundle_TwigBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Helpers extends \Twig_Extension

View File

@ -17,8 +17,6 @@ use Symfony\Components\Templating\Storage\FileStorage;
/**
*
* @package Symfony
* @subpackage Bundle_TwigBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Loader implements \Twig_LoaderInterface

View File

@ -16,8 +16,6 @@ use Symfony\Components\Templating\Storage\Storage;
/**
*
* @package Symfony
* @subpackage Bundle_TwigBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Renderer extends BaseRenderer

View File

@ -14,8 +14,6 @@ namespace Symfony\Bundle\TwigBundle\TokenParser;
/**
* Wrapper for Symfony helpers.
*
* @package Symfony
* @subpackage Bundle_TwigBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class HelperTokenParser extends \Twig_SimpleTokenParser

View File

@ -21,8 +21,6 @@ use Symfony\Bundle\TwigBundle\DependencyInjection\TwigExtension;
/**
* Bundle.
*
* @package Symfony
* @subpackage Bundle_TwigBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class TwigBundle extends Bundle

View File

@ -18,8 +18,6 @@ use Symfony\Components\DependencyInjection\ContainerBuilder;
/**
* ZendExtension is an extension for the Zend Framework libraries.
*
* @package Symfony
* @subpackage Bundle_ZendBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class ZendExtension extends Extension

View File

@ -16,8 +16,6 @@ use Zend\Log\Writer\AbstractWriter;
/**
* DebugLogger.
*
* @package Symfony
* @subpackage Bundle_ZendBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class DebugLogger extends AbstractWriter

View File

@ -17,8 +17,6 @@ use Symfony\Components\HttpKernel\LoggerInterface;
/**
* Logger.
*
* @package Symfony
* @subpackage Bundle_ZendBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Logger extends BaseLogger implements LoggerInterface

View File

@ -21,8 +21,6 @@ use Symfony\Bundle\ZendBundle\DependencyInjection\ZendExtension;
/**
* Bundle.
*
* @package Symfony
* @subpackage Bundle_ZendBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class ZendBundle extends Bundle

View File

@ -27,8 +27,6 @@ use Symfony\Components\BrowserKit\Client;
* If you want to be able to run requests in their own process (insulated flag),
* you need to also implement the getScript() method.
*
* @package Symfony
* @subpackage Components_BrowserKit
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
abstract class Client

View File

@ -14,8 +14,6 @@ namespace Symfony\Components\BrowserKit;
/**
* Cookie represents an HTTP cookie.
*
* @package Symfony
* @subpackage Components_BrowserKit
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Cookie

View File

@ -14,8 +14,6 @@ namespace Symfony\Components\BrowserKit;
/**
* CookieJar.
*
* @package Symfony
* @subpackage Components_BrowserKit
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class CookieJar

View File

@ -14,8 +14,6 @@ namespace Symfony\Components\BrowserKit;
/**
* History.
*
* @package Symfony
* @subpackage Components_BrowserKit
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class History

View File

@ -14,8 +14,6 @@ namespace Symfony\Components\BrowserKit;
/**
* Request object.
*
* @package Symfony
* @subpackage Components_BrowserKit
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Request

View File

@ -14,8 +14,6 @@ namespace Symfony\Components\BrowserKit;
/**
* Response object.
*
* @package Symfony
* @subpackage Components_BrowserKit
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Response

View File

@ -40,8 +40,6 @@ use Symfony\Components\Console\Helper\DialogHelper;
* $app->addCommand(new SimpleCommand());
* $app->run();
*
* @package Symfony
* @subpackage Components_Console
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Application

View File

@ -21,8 +21,6 @@ use Symfony\Components\Console\Application;
/**
* Base class for all commands.
*
* @package Symfony
* @subpackage Components_Console
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class Command

View File

@ -21,8 +21,6 @@ use Symfony\Components\Console\Command\Command;
/**
* HelpCommand displays the help for a given command.
*
* @package Symfony
* @subpackage Components_Console
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class HelpCommand extends Command

View File

@ -21,8 +21,6 @@ use Symfony\Components\Console\Command\Command;
/**
* ListCommand displays the list of all available commands for the application.
*
* @package Symfony
* @subpackage Components_Console
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class ListCommand extends Command

View File

@ -16,8 +16,6 @@ use Symfony\Components\Console\Output\OutputInterface;
/**
* The Dialog class provides helpers to interact with the user.
*
* @package Symfony
* @subpackage Components_Console
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class DialogHelper extends Helper

View File

@ -14,8 +14,6 @@ namespace Symfony\Components\Console\Helper;
/**
* The Formatter class provides helpers to format messages.
*
* @package Symfony
* @subpackage Components_Console
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class FormatterHelper extends Helper

View File

@ -14,8 +14,6 @@ namespace Symfony\Components\Console\Helper;
/**
* Helper is the base class for all helper classes.
*
* @package Symfony
* @subpackage Components_Console
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
abstract class Helper implements HelperInterface

Some files were not shown because too many files have changed in this diff Show More