getObjectId() public method

public getObjectId ( ) : integer
return integer
Exemplo n.º 1
0
 public function findContentByContentRoute(ContentRouteInterface $contentRoute)
 {
     $repository = $this->objectManager->getRepository($contentRoute->getClassType());
     return $repository->find($contentRoute->getObjectId());
 }