Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
rename getDotOffset to dot
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Feb 23, 2016
1 parent b2d834f commit 1bd3640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function count(){
function getArray(){
return (array)$this->data;
}
function getDotOffset($param){
function dot($param){
$param = explode('.',$param);
$k = array_shift($param);
if(!isset($this->data[$k]))
Expand Down

0 comments on commit 1bd3640

Please sign in to comment.