Brackets array
Type: array
protected $brackets = array( "(" => "", "[" => "", "{" => "", ")" => "(", "]" => "[", "}" => "{", );