๐Ÿ”“ Ultimate Webshell - Penetration Testing Tool

๐Ÿ“– File Reader

<?php
/**
 * PHP่กจๅ•็”Ÿๆˆๅ™จ
 *
 * @package  FormBuilder
 * @author   xaboy <xaboy2005@qq.com>
 * @version  2.0
 * @license  MIT
 * @link     https://github.com/xaboy/form-builder
 * @document http://php.form-create.com
 */

namespace FormBuilder\Contract;


interface CustomComponentInterface
{

    /**
     * ่Žทๅ–็ป„ไปถ็š„็”Ÿๆˆ่ง„ๅˆ™
     *
     * @return array
     */
    public function build();
}