bitExpert\Disco\Proxy\Configuration\PropertyGenerator\ForceLazyInitProperty::__construct PHP Метод

__construct() публичный Метод

Creates a new {@link \bitExpert\Disco\Proxy\Configuration\PropertyGenerator\ForceLazyInitProperty}.
public __construct ( )
    public function __construct()
    {
        parent::__construct(UniqueIdentifierGenerator::getIdentifier('forceLazyInit'));
        $this->setVisibility(self::VISIBILITY_PRIVATE);
        $this->setDocBlock('@var bool flag to toggle if a bean gets wrapped by a LazyProxy or not');
    }
ForceLazyInitProperty