Showing 10 of 2,044 results.

Generation Failed | Events

The GenerationFailed event is fired if the image generation process failed for any reason. The event object will have the following properties: $entry, : The entry the image will be generated for., $size, : The details from the configuration file...

getSelector() | The Laravel Translator

The getSelector() method returns the instance of \Symfony\Component\Translation\MessageSelector that the translator is currently using. If no MessageSelector has been previously set, a new instance of MessageSelector is created and returned.

withCompilerOptions | Compiling Workspaces

Sets the workspace compiler options. Argument Description $options The compiler options. 1 <?php 2 3 use Stillat \ BladeParser \ Document \ DocumentCompilerOptions ; 4 use Stillat \ BladeParser \ Workspaces \ Workspace ; 5 6 public function...

getCompilerOptions | Compiling Workspaces

Returns the currently configured compiler options. If no custom compiler options were configured, a set of default options will be created. 1 <?php 2 3 use Stillat \ BladeParser \ Document \ DocumentCompilerOptions ; 4 5 public function...

Laravel 5: Retrieving Elements from an Array With get

The get helper method will retrieve an item from the given $array using dot notation. This allows developers to retrieve items from the array at arbitrary depths quickly, without having to use PHP's array syntax.

Example Use | Laravel 5 Fluent API: The Public API

The following method calls are equivalent: 1 $ testObject = new stdClass ; 2 $ testObject -> method = function ( ) { 3 return ' Hello, world! ' ; 4 } ; 5 6 $ fluent = new Fluent ( $ testObject ) ; 7 8 // Using the `getAttributes` method. 9 $...

Reporting Issues | Getting Started

If you come across an issue, or have a suggestion to improve Antlers Toolbox, feel free to create an issue on the project's GitHub repository here: https://github.com/Stillat/vscode-antlers-language-server/issues If you are looking to report a...

Running the Project | Contributing

Once you have the project dependencies installed, you may open the project in Visual Studio Code. From within the Run and Debug panel, select the Client + Server startup task and start the debugging session. The Antlers Language for Statamic...