Вход Регистрация
Файл: vkolhoze.com/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php
Строк: 15
<?php

namespace GuzzleCommon;

/**
 * An object that can be represented as an array
 */
interface ToArrayInterface
{
    
/**
     * Get the array representation of an object
     *
     * @return array
     */
    
public function toArray();
}
Онлайн: 1
Реклама