Plop
A simple logging library for PHP
Plop\Interpolator\Percent Class Reference

An interpolator that uses a syntax similar to Python's old formatting syntax: %(value)s. More...

+ Inheritance diagram for Plop\Interpolator\Percent:

Public Member Functions

 interpolate ($msg, array $args=array())
 

Detailed Description

An interpolator that uses a syntax similar to Python's old formatting syntax: %(value)s.

Definition at line 28 of file Percent.php.

Member Function Documentation

Plop\Interpolator\Percent::interpolate (   $msg,
array  $args = array() 
)

Implements Plop\InterpolatorInterface.

Definition at line 31 of file Percent.php.


The documentation for this class was generated from the following file: