Exakat\Reports\Devoops::AboutThisReport PHP Метод

AboutThisReport() защищенный Метод

protected AboutThisReport ( )
    protected function AboutThisReport()
    {
        return $this->formatText(<<<Devoops
            This report has been build, thanks to the following other Open Source projects. 
            
\t\t\t<div class="about-inner">
\t\t\t\t<h3 class="page-header">Devoops</h4>
\t\t\t\t<p>By the DevOOPS team : Open-source admin theme for you.</p>
\t\t\t\t<p>Homepage - <a href="http://devoops.me" target="_blank">http://devoops.me</a></p>
\t\t\t\t<p>Email - <a href="mailto:[email protected]">[email protected]</a></p>
\t\t\t\t<p>Twitter - <a href="http://twitter.com/devoopsme" target="_blank">http://twitter.com/devoopsme</a></p>

\t\t\t\t<h3 class="page-header">jQuery</h4>
\t\t\t\t<p>By the jQuery Foundation</p>
\t\t\t\t<p>Homepage - <a href="http://jquery.com/" target="_blank">http://jquery.com/</a></p>
\t\t\t\t<p>Twitter - <a href="https://twitter.com/jQuery" target="_blank">https://twitter.com/jQuery</a></p>
\t\t\t</div>
Devoops
);
    }