Skip to content

Commit

Permalink
Add docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed May 28, 2015
1 parent da706aa commit 0f36379
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Controller/Component/AuthComponent.php
Expand Up @@ -783,6 +783,13 @@ public function constructAuthenticate()
return $this->_authenticateObjects;
}

/**
* Get/set user record storage object.
*
* @param \Cake\Auth\Storage\StorageInterface|null $storage Sets provided
* object as storage or if null returns configuread storage object.
* @return \Cake\Auth\Storage\StorageInterface|null
*/
public function storage(StorageInterface $storage = null)
{
if ($storage !== null) {
Expand Down

0 comments on commit 0f36379

Please sign in to comment.