PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
app
/
Framework
/
Helpers
/
Collection
<?php namespace WilokeListingTools\Framework\Helpers\Collection; interface CollectionInterface { public function __construct($input); public function except($target); public function pluck($pluck); public function deepPluck($pluck); public function output($std = null); public function format($format = 'default'); }
[+]
..
[-] ArrayCollectionFactory.php
[edit]
[-] CollectionInterface.php
[edit]
[-] .Collection.php
[edit]
[-] ArrayCollection.php
[edit]
[-] CollectionFactory.php
[edit]