This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* 401 Response | |
* | |
* Sends a 401 Response Unauthorized | |
* | |
* @author Camilo Castro | |
* | |
* @date 29/07/2014 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pages->find(\"selector\")": { | |
"prefix": "pages find(\"selector\")", | |
"body": [ | |
"\\$${1:pages}->find(\"${2:selector}\");" | |
], | |
"description": "Find and return all pages matching the given selector string. Returns a filtered PageArray unless an include mode is specified." | |
}, | |
"pages->count(\"selector\")": { | |
"prefix": "pages count(\"selector\")", |