constructor
Parameters
$subject
stringrequired- subject if regex
$matches
arrayrequired- data to use in map
Source
public function __construct( $subject, $matches ) {
$this->_subject = $subject;
$this->_matches = $matches;
$this->output = $this->_map();
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.