phpCAS  version 1.4.0
Get.php
Go to the documentation of this file.
1 <?php
2 
70 {
71 
79  protected function populateRequest (CAS_Request_RequestInterface $request)
80  {
81  // do nothing, since the URL has already been sent and that is our
82  // only data.
83  }
84 }
85 ?>
populateRequest(CAS_Request_RequestInterface $request)
Definition: Get.php:79