carousel_id = 'appw-carousel-' . strval( self::$instance_id++ ); $this->post_previews = $post_previews; } /** * Gets the carousel markup. * * @return string */ public function get() { ob_start(); include __DIR__ . '/templates/carousel.php'; return ob_get_clean(); } }