PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.inc

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.inc   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.inc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change:
Date: 1 year ago
Size: 1,324 bytes
 

Contents

Class file image Download
<?php /** * Short content. * * @return void * * @api read * @api-privilege asset.read.content * @api-mustlock false */ private function functionCall() {} /** * Short content. * * @return void * * @api read */ private function functionCall() {} /** * Short content. * * @api read * * @return void */ private function functionCall() {} /** * Short content. * * @return void * * @api-privilege asset.read.content * @api read * @api-mustlock false */ private function functionCall() {} /** * Short content. * * @return void * * @api read * * @api-privilege asset.read.content * @api-mustlock false */ private function functionCall() {} /** * Short content. * * @return void * @api read */ private function functionCall() {} /** * Test unknown tags. * * @return void * @since read * @hello hello * @package Test */ private function functionCall() {} /** * Short content. * * @return void * * @api read * @api-privilege asset.read.content * @api-mustlock false */ private function functionCall() {} /** * Short content. * * @return void * * @api read * @api-mustlock false */ private function functionCall() {} /** * Short content. * * @return void * * @api read */ private function functionCall() {} ?>