We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47ae585 + dbbdb93 commit 810b0d5Copy full SHA for 810b0d5
1 file changed
user_guide_src/source/extending/basecontroller/003.php
@@ -8,6 +8,11 @@ abstract class BaseController extends Controller
8
{
9
// ...
10
11
+ /**
12
+ * @var \CodeIgniter\Session\Session;
13
+ */
14
+ protected $session;
15
+
16
public function initController(/* ... */)
17
18
// Do Not Edit This Line
0 commit comments