PHP Classes

File: vendor/squizlabs/php_codesniffer/tests/Core/File/GetDeclarationNameJSTest.js

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/squizlabs/php_codesniffer/tests/Core/File/GetDeclarationNameJSTest.js   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/File/GetDeclarationNameJSTest.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: Yesterday
Size: 315 bytes
 

Contents

Class file image Download
/* testInvalidTokenPassed */ print something; var object = { /* testClosure */ propertyName: function () {} } /* testFunction */ function functionName() {} /* testClass */ class ClassName { /* testMethod */ methodName() { return false; } } /* testFunctionUnicode */ function ?() {}