L10n::offsetGet PHP Method

offsetGet() public method

Just call ::message.
public offsetGet ( $id )
    public function offsetGet($id)
    {
        return $this->message($id);
    }