PHP Classes

File: tests/templates/TestComponent/component.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   tests/templates/TestComponent/component.blade.php   Download  
File: tests/templates/TestComponent/component.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:
Date: 1 year ago
Size: 175 bytes
 

Contents

Class file image Download
@component('TestComponent.paramless')
    CONTENTSLOT
@endcomponent
@component('TestComponent.alert',array('title'=>'no title','color'=>'red'))
    CONTENTSLOT2
@endcomponent