Notice: Undefined variable: namespace in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 3
;
Notice: Undefined variable: api_resource in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 5
use
Notice: Undefined variable: repository_full_class_name in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 7
;
use Doctrine\ORM\Mapping as ORM;
/**
Notice: Undefined variable: api_resource in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 11
* @ORM\Entity(repositoryClass=
Notice: Undefined variable: repository_class_name in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 13
::class)
Notice: Undefined variable: should_escape_table_name in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 14
*/
class
Notice: Undefined variable: class_name in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 17
{
/**
* @ORM\Id()
* @ORM\GeneratedValue()
* @ORM\Column(type="integer")
*/
private $id;
public function getId(): ?int
{
return $this->id;
}
}