PATH:
home
/
lab2454c
/
bancmils.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Support
<?php namespace Illuminate\Contracts\Support; interface CanBeEscapedWhenCastToString { /** * Indicate that the object's string representation should be escaped when __toString is invoked. * * @param bool $escape * @return $this */ public function escapeWhenCastingToString($escape = true); }
[-] Htmlable.php
[edit]
[-] MessageBag.php
[edit]
[+]
..
[-] Jsonable.php
[edit]
[-] DeferrableProvider.php
[edit]
[-] DeferringDisplayableValue.php
[edit]
[-] Renderable.php
[edit]
[-] Responsable.php
[edit]
[-] ValidatedData.php
[edit]
[-] .htaccess
[edit]
[-] Arrayable.php
[edit]
[-] MessageProvider.php
[edit]
[-] CanBeEscapedWhenCastToString.php
[edit]