constructor
Parameters
-
$subjectstring required -
subject if reguex
-
$matchesarray required -
data to use in mapp
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.