public function getGetAttributeWithTemplateAsObject() { $bools = array( array( false, ), ); if (function_exists('twig_template_get_attributes')) { $bools[] = array( true, ); } return $bools; }