X7ROOT File Manager
Current Path:
/home/hamdjcne/app.hamdalillahitravel.com/system/Entity/Cast
home
/
hamdjcne
/
app.hamdalillahitravel.com
/
system
/
Entity
/
Cast
/
ðŸ“
..
📄
ArrayCast.php
(797 B)
📄
BaseCast.php
(836 B)
📄
BooleanCast.php
(500 B)
📄
CSVCast.php
(654 B)
📄
CastInterface.php
(752 B)
📄
DatetimeCast.php
(943 B)
📄
FloatCast.php
(498 B)
📄
IntegerCast.php
(498 B)
📄
JsonCast.php
(1.61 KB)
📄
ObjectCast.php
(502 B)
📄
StringCast.php
(502 B)
📄
TimestampCast.php
(677 B)
📄
URICast.php
(553 B)
Editing: CastInterface.php
<?php /** * This file is part of CodeIgniter 4 framework. * * (c) CodeIgniter Foundation <admin@codeigniter.com> * * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ namespace CodeIgniter\Entity\Cast; /** * Interface CastInterface */ interface CastInterface { /** * Get * * @param mixed $value Data * @param array $params Additional param * * @return mixed */ public static function get($value, array $params = []); /** * Set * * @param mixed $value Data * @param array $params Additional param * * @return mixed */ public static function set($value, array $params = []); }
Upload File
Create Folder