Boys.php 319 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 <?php namespace WebPlugin\DataProcess\Channel; class Boys extends AbstractChannel { /** * 格式化数据 * * @param array $resource * @return */ public static function format($resource) { $result = self::getFormatNewArrivals($resource); return $result; } }