ok
Direktori : /home2/selectio/www/3-idiots/vendor/mercadopago/dx-php/src/MercadoPago/Config/ |
Current File : //home2/selectio/www/3-idiots/vendor/mercadopago/dx-php/src/MercadoPago/Config/ParserInterface.php |
<?php namespace MercadoPago\Config; /** * Interface ParserInterface * * @package MercadoPago\Config */ interface ParserInterface { /** * @param $path * * @return mixed */ public function parse($path); /** * @return mixed */ public function getSupportedExtensions(); }