From 539b1ca81f42109c283596e498b1de82d47329e7 Mon Sep 17 00:00:00 2001 From: shoully Date: Sat, 20 Dec 2014 06:37:37 -0800 Subject: [PATCH] Updated 15 Framework Methods (markdown) --- 15 Framework Methods.md => 14 Framework Methods.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename 15 Framework Methods.md => 14 Framework Methods.md (97%) diff --git a/15 Framework Methods.md b/14 Framework Methods.md similarity index 97% rename from 15 Framework Methods.md rename to 14 Framework Methods.md index 0b317b0..f8d2ba8 100644 --- a/15 Framework Methods.md +++ b/14 Framework Methods.md @@ -2,7 +2,7 @@ Flight is designed to be easy to use and understand. The following is the comple for the framework. It consists of core methods, which are regular static methods, and extensible methods, which can be filtered or overridden. -## Core Methods +### Core Methods Flight::map($name, $callback) - Creates a custom framework method. @@ -22,7 +22,7 @@ extensible methods, which can be filtered or overridden. Flight::clear([$key]) - Clears a variable. -## Extensible Methods +### Extensible Methods Flight::start() - Starts the framework.