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