( ! ) Warning: Undefined variable $namespace in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 3 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0116 | 359440 | {main}( ) | .../Entity.tpl.php:0 |
;
( ! ) Warning: Undefined variable $api_resource in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 5 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0116 | 359440 | {main}( ) | .../Entity.tpl.php:0 |
use
( ! ) Warning: Undefined variable $repository_full_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 7 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0116 | 359440 | {main}( ) | .../Entity.tpl.php:0 |
;
use Doctrine\ORM\Mapping as ORM;
/**
( ! ) Warning: Undefined variable $api_resource in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 11 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0116 | 359440 | {main}( ) | .../Entity.tpl.php:0 |
* @ORM\Entity(repositoryClass=
( ! ) Warning: Undefined variable $repository_class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 13 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0116 | 359440 | {main}( ) | .../Entity.tpl.php:0 |
::class)
( ! ) Warning: Undefined variable $should_escape_table_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 14 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0116 | 359440 | {main}( ) | .../Entity.tpl.php:0 |
*/
class
( ! ) Warning: Undefined variable $class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 17 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0116 | 359440 | {main}( ) | .../Entity.tpl.php:0 |
{
/**
* @ORM\Id
* @ORM\GeneratedValue
* @ORM\Column(type="integer")
*/
private $id;
public function getId(): ?int
{
return $this->id;
}
}