Submit
Path:
~
/
home
/
getwphos
/
public_html
/
almajd
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Formatters
/
File Content:
FormatterInterface.php
<?php namespace Automattic\WooCommerce\StoreApi\Formatters; /** * FormatterInterface. */ interface FormatterInterface { /** * Format a given value and return the result. * * @param mixed $value Value to format. * @param array $options Options that influence the formatting. * @return mixed */ public function format( $value, array $options = [] ); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
CurrencyFormatter.php
1350 bytes
0644
DefaultFormatter.php
411 bytes
0644
FormatterInterface.php
367 bytes
0644
HtmlFormatter.php
898 bytes
0644
MoneyFormatter.php
1632 bytes
0644
N4ST4R_ID | Naxtarrr