Showing 10 of 2,133 results.

hasDirective | Workspaces

Tests if the workspace contains a directive with the provided name. Argument Description $name The directive name. 1 <?php 2 3 public function hasDirective ( 4 string $ name 5 ) : bool ;

hasAnyOfType | Workspaces

Tests if the workspace contains any node of the provided type. Argument Description $type The desired type. 1 <?php 2 3 public function hasAnyOfType ( 4 string $ type 5 ) : bool ;

Reloading Project Details | Getting Started

If you have made significant changes to your project's blueprints, globals, etc. and have Visual Studio Code open to just the resources/ directory, you may want to force the extension to reload your project's details. This can be done from Visual...

Third-Party Data Sharing | Product Data Privacy

By default, Meerkat does not share any information via. third-party API calls. Some features, such as the Akismet spam guard, do require the submission of data to third-parties via. API requests. These features are disabled by default and are...

compileString | Blade Compiler

Compile the given Blade template contents. Argument Description $template The template. 1 <?php 2 3 public function compileString ( 4 string $ template 5 ) : string ;

getErrorMessage | Parser Errors

Returns a formatted Blade error messages. Error messages will contain a generated error code, a message indicating the failure as well as information such as the offending line number. 1 <?php 2 3 public function getErrorMessage ( ) : string ;

Publishing Comments | Managing Comments

Comments may be published from the Control Panel by selecting the "Publish" option below the comment's content. By default, unpublished comments are not displayed to your site's visitors. It is recommended to not enable automatic publishing so...

Unpublishing Comments | Managing Comments

Comments may be un-published from the Control Panel by selecting the "Unpublish" option below the comment's content. By default, unpublished comments are not displayed to your site's visitors.