PHP Classes

File: examples/views/TestCustom/test2.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   examples/views/TestCustom/test2.blade.php   Download  
File: examples/views/TestCustom/test2.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BladeOne
Standalone template engine that compiles into PHP
Author: By
Last change: Update of examples/views/TestCustom/test2.blade.php
Date: 3 years ago
Size: 319 bytes
 

Contents

Class file image Download
@use(\mynamespace\SomeClass)
<h1>Calling #1 @@myfunction :</h1>
<hr>
@myfunction
<h1>Calling #2 @@myfunction?ddd :</h1>
<hr>
@myfunction

<hr>
<hr>
@SomeClass::method("with at")
<hr>
<h1>SomeClass::method("id","name","value")</h1>
<hr>
{!! SomeClass::method("id","name","value") !!}



<hr>
<hr>
@SomeClass::method
<hr>