Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
IndexedReader.php
function IndexedReader::__construct
File
vendor/
doctrine/
annotations/
lib/
Doctrine/
Common/
Annotations/
IndexedReader.php
, line 20
Class
IndexedReader
Allows the reader to be used in-place of Doctrine's reader.
Namespace
Doctrine\Common\Annotations
Code
public
function
__construct
(Reader
$reader
) {
$this
->
delegate
=
$reader
; }
RSS feed