• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • library
  • WebPlugin
  • DataProcess
  • Channel
  • Boys.php
  • code review by fei.hong: do format new arrival codes
    17305ba7
    by hf
    2016-01-26 18:32:28 +0800  
    Browse Files
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;
    }

}