SimpleStackTrace::__construct PHP Method

__construct() public method

Stashes the list of target prefixes.
public __construct ( array $prefixes )
$prefixes array List of method prefixes to search for.
    public function __construct($prefixes)
    {
        $this->prefixes = $prefixes;
    }