Skip to content

Commit

Permalink
Document and deprecate a strange property.
Browse files Browse the repository at this point in the history
This is a pretty odd property, that we should deprecate now to avoid
keeping it around much longer.

Refs #9894
  • Loading branch information
markstory committed Dec 22, 2016
1 parent da0c6c0 commit 11d7c54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Controller/Component/RequestHandlerComponent.php
Expand Up @@ -91,6 +91,15 @@ class RequestHandlerComponent extends Component
'enableBeforeRedirect' => true
];

/**
* Set the layout to be used when rendering the AuthComponent's ajaxLogin element.
*
* @var string
* @deprecated 3.3.11 This feature property is not supported and will
* be removed in 4.0.0
*/
public $ajaxLayout;

/**
* Constructor. Parses the accepted content types accepted by the client using HTTP_ACCEPT
*
Expand Down

0 comments on commit 11d7c54

Please sign in to comment.