PHP Classes

File: vendor/wp-cli/wp-cli/tests/data/commandfactory-doc_comment-function.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/wp-cli/wp-cli/tests/data/commandfactory-doc_comment-function.php   Download  
File: vendor/wp-cli/wp-cli/tests/data/commandfactory-doc_comment-function.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 27 days ago
Size: 291 bytes
 

Contents

Class file image Download
<?php

/**
 * foo
 */
function commandfactorytests_get_doc_comment_func_1( $function = blah ) {
}

/**
 * bar
 function*/
function commandfactorytests_get_doc_comment_func_2( $function = blah ) {
}

/**
 * /** baz
 */
$commandfactorytests_get_doc_comment_func_3
 
=
      function (
$args ) {
};