class Name

Hierarchy

  • class \Doctrine\Common\Annotations\Annotation
    • class \Doctrine\Tests\Common\Annotations\Name

Expanded class hierarchy of Name

2 files declare their use of Name
AbstractReaderTest.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php
DummyClass.php in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php
50 string references to 'Name'
AccountSettingsForm::buildForm in drupal/core/modules/user/lib/Drupal/user/AccountSettingsForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
CommentStorageController::baseFieldDefinitions in drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php
Implements \Drupal\Core\Entity\DataBaseStorageControllerNG::basePropertyDefinitions().
comment_token_info in drupal/core/modules/comment/comment.tokens.inc
Implements hook_token_info().
config_admin_sync_form in drupal/core/modules/config/config.admin.inc
Helper function to construct the storage changes in a configuration synchronization form.
DateFormatAddForm::buildForm in drupal/core/modules/system/lib/Drupal/system/Form/DateFormatAddForm.php
Form constructor.

... See full list

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php, line 1186

Namespace

Doctrine\Tests\Common\Annotations
View source
class Name extends \Doctrine\Common\Annotations\Annotation {
  public $foo;

}

Members

Namesort descending Modifiers Type Description Overrides
Annotation::$value public property Value property. Common among all derived classes.
Annotation::__construct final public function Constructor
Annotation::__get public function Error handler for unknown property accessor in Annotation class.
Annotation::__set public function Error handler for unknown property mutator in Annotation class.
Name::$foo public property