Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 1137

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>The Yaf_Route_Static class</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="yaf-route-simple.route.html">Yaf_Route_Simple::route</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="yaf-route-static.match.html">Yaf_Route_Static::match</a></div>
 <div class="up"><a href="book.yaf.html">Yaf</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="class.yaf-route-static" class="reference">

 <h1 class="title">The Yaf_Route_Static class</h1>
 

 <div class="partintro"><p class="verinfo">(Yaf &gt;=1.0.0)</p>


  <div class="section" id="yaf-route-static.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">
     Defaultly, <a href="class.yaf-router.html" class="classname">Yaf_Router</a> only have a
     <strong class="classname">Yaf_Route_Static</strong> as its default route.
   </p>
   <p class="para">
     And <strong class="classname">Yaf_Route_Static</strong> is designed to handle the
     80% requirement. 
   </p>
   <p class="para">
     please *NOTE* that it is unecessary to instance a <strong class="classname">Yaf_Route_Static</strong>, also 
     unecesary to add it into <a href="class.yaf-router.html" class="classname">Yaf_Router</a>&#039;s routes stack,
     since there is always be one in <a href="class.yaf-router.html" class="classname">Yaf_Router</a>&#039;s
     routes stack, and always be called at the last time.
   </p>
  </div>


  <div class="section" id="yaf-route-static.synopsis">
   <h2 class="title">Class synopsis</h2>


   <div class="classsynopsis">
    <div class="ooclass"></div>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <strong class="classname">Yaf_Route_Static</strong>
     </span>
     
     <span class="oointerface">implements 
      <span class="interfacename"><a href="class.yaf-router.html" class="interfacename">Yaf_Router</a></span>
     </span>
     {</div>

    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">void</span> <span class="methodname"><a href="yaf-route-static.match.html" class="methodname">match</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$uri</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="yaf-route-static.route.html" class="methodname">route</a></span>
    ( <span class="methodparam"><span class="type"><a href="class.yaf-request-abstract.html" class="type Yaf_Request_Abstract">Yaf_Request_Abstract</a></span> <code class="parameter">$request</code></span>
   )</div>

   }</div>


  </div>

 </div>

 















<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="yaf-route-static.match.html">Yaf_Route_Static::match</a> — The match purpose</li><li><a href="yaf-route-static.route.html">Yaf_Route_Static::route</a> — Route a request</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="yaf-route-simple.route.html">Yaf_Route_Simple::route</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="yaf-route-static.match.html">Yaf_Route_Static::match</a></div>
 <div class="up"><a href="book.yaf.html">Yaf</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>