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 ;
Showing 10 of 2,133 results.
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 ;
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 ;
The signature of the jsonSerialize method is: 1 public function jsonSerialize ( ) ;
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...
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...
It should also be noted that the random method remove the following characters: Character / + =
Compile the given Blade template contents. Argument Description $template The template. 1 <?php 2 3 public function compileString ( 4 string $ template 5 ) : string ;
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 ;
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...
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.