PHP Classes

File: .vscode/docblock.code-snippets

Recommend this page to a friend!
  Classes of Rodolfo Berrios Arce   Workflow   .vscode/docblock.code-snippets   Download  
File: .vscode/docblock.code-snippets
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Workflow
Create and run action workflows
Author: By
Last change:
Date: 24 days ago
Size: 1,376 bytes
 

Contents

Class file image Download
{ "docblock-construct": { "description": "Docblock construct", "prefix": "docblock-construct", "body": [ "/**", " * Does?", " */" ] }, "docblock-instance": { "description": "Docblock instance", "prefix": "docblock-instance", "body": [ "/**", " * Provides access to the ${1:name} instance.", " */" ] }, "docblock-immutable": { "description": "Docblock immutable", "prefix": "docblock-immutable", "body": [ "/**", " * Return an instance with the specified ${1:name}.", " *", " * This method MUST retain the state of the current instance, and return", " * an instance that contains the specified ${1:name}.", " */" ] }, "docblock-boolean": { "description": "Docblock boolean", "prefix": "docblock-boolean", "body": [ "/**", " * Indicates whether the instance has ${1:name}.", " */" ] }, "docblock-interface": { "description": "Docblock interface", "prefix": "docblock-interface", "body": [ "/**", " * Describes the component in charge of ${1:doing}.", " */" ] } }