Ejemplo n.º 1
0
 private function getPinLayout(\DateTime $startTime)
 {
     $layout = new Pin\Layout\Calendar($this->showtime->movie->title);
     $layout->setLargeIcon(Pin\Icon::MOVIE_EVENT)->setSmallIcon(Pin\Icon::MOVIE_EVENT)->setTinyIcon(Pin\Icon::MOVIE_EVENT)->setSubtitle($this->showtime->theatre->name)->setBody("Starts by {$startTime->format('h:ia')}, at {$this->showtime->theatre->name}, {$this->showtime->theatre->address}");
     return $layout;
 }