( ! ) Warning: Undefined variable $namespace in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 3 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
;
( ! ) Warning: Undefined variable $api_resource in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 5 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
( ! ) Warning: Undefined variable $api_resource in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 6 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
use
( ! ) Warning: Undefined variable $repository_full_class_name in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 8 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
;
use Doctrine\ORM\Mapping as ORM;
( ! ) Warning: Undefined variable $broadcast in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 10 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
( ! ) Warning: Undefined variable $use_attributes in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 13 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
/**
( ! ) Warning: Undefined variable $api_resource in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 15 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
( ! ) Warning: Undefined variable $broadcast in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 17 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
* @ORM\Entity(repositoryClass=
( ! ) Warning: Undefined variable $repository_class_name in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 19 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
::class)
( ! ) Warning: Undefined variable $should_escape_table_name in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 20 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
*/
( ! ) Warning: Undefined variable $doctrine_use_attributes in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 24 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
( ! ) Warning: Undefined variable $api_resource in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 29 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
( ! ) Warning: Undefined variable $broadcast in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 32 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
class
( ! ) Warning: Undefined variable $class_name in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 35 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
{
( ! ) Warning: Undefined variable $doctrine_use_attributes in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 37 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0016 | 371312 | {main}( ) | .../Entity.tpl.php:0 |
/**
* @ORM\Id
* @ORM\GeneratedValue
* @ORM\Column(type="integer")
*/
private $id;
public function getId(): ?int
{
return $this->id;
}
}