• File: Arrayable.php
  • Full Path: /home/lef/public_html/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Contracts/Support/Arrayable.php
  • File size: 186 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WPML\Collect\Contracts\Support;

interface Arrayable
{
    /**
     * Get the instance as an array.
     *
     * @return array
     */
    public function toArray();
}