SimpleStackTrace::__construct PHP 메소드

__construct() 공개 메소드

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;
    }