]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/api/controllers/ApiController.php
REST API: implement POST link service
[github/shaarli/Shaarli.git] / application / api / controllers / ApiController.php
index 1dd47f17da5709cb5bdf605c35e28c61604675a0..f35b923a0c52acf8826a61008b8f91f22c28b35f 100644 (file)
@@ -51,4 +51,14 @@ abstract class ApiController
             $this->jsonStyle = null;
         }
     }
+
+    /**
+     * Get the container.
+     *
+     * @return Container
+     */
+    public function getCi()
+    {
+        return $this->ci;
+    }
 }