Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969384776 php.internals:70713 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 574 invoked from network); 17 Dec 2013 15:17:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2013 15:17:28 -0000 Authentication-Results: pb1.pair.com header.from=tularis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tularis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.178 as permitted sender) X-PHP-List-Original-Sender: tularis@gmail.com X-Host-Fingerprint: 209.85.215.178 mail-ea0-f178.google.com Received: from [209.85.215.178] ([209.85.215.178:61088] helo=mail-ea0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/11-32483-70B60B25 for ; Tue, 17 Dec 2013 10:17:28 -0500 Received: by mail-ea0-f178.google.com with SMTP id d10so2938767eaj.23 for ; Tue, 17 Dec 2013 07:17:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=mHz7zdE2GHTl8havBIUrBsR7vFJ0LkYmcgO942BwfNM=; b=BtA7PjRvY13KJXoNfTGK6bg1AWBiRfDoF76goGV5NYTWIRJvubUyH1oMQt8sCW991u zAmVLxwRTOrNjpEm0oY+Zxd/+AnKqRKTOrtQCyRk9znE5NaUD9CyLRn8cZ4byGNxJxb3 iu6Auzn9gKFDiTZQoRD1R5G+LpK2jRV3jfaIa+IOuB3C0cMTJrwDn9cFmMCnBt657Azq O1N9gOuLYLaVTQrv6VJ8KWmCrsDFnttFx7ldxrioDZ08HtpYP9OSJZlo/cQsKNf2ahT9 CUWf5U/4XNg2P0sV/rG72mjZLrTxMwKC3fcLn223vLr8taq4FspkqaUQrsGUVjFsRH/v OghQ== X-Received: by 10.14.105.7 with SMTP id j7mr15429661eeg.95.1387293444848; Tue, 17 Dec 2013 07:17:24 -0800 (PST) Received: from [127.0.0.1] (nat-003.azn.nl. [131.174.244.3]) by mx.google.com with ESMTPSA id b41sm53876606eef.16.2013.12.17.07.17.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 17 Dec 2013 07:17:23 -0800 (PST) Sender: Maciek Sokolewicz Message-ID: <52B06B01.3010002@php.net> Date: Tue, 17 Dec 2013 16:17:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Robert Stoll , internals@lists.php.net, PHP Doc Mailing List References: <004b01cefb2d$306d4290$9147c7b0$@tutteli.ch> In-Reply-To: <004b01cefb2d$306d4290$9147c7b0$@tutteli.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 131217-0, 17-12-2013), Outbound message X-Antivirus-Status: Clean Subject: Re: Documentation about methods From: maciek.sokolewicz@gmail.com (Maciek Sokolewicz) On 17-12-2013 14:37, Robert Stoll wrote: > Heya, > > > > I was looking for the documentation about methods today but couldn't find it so easily. > > In contrast to properties there isn't an extra section about methods: > http://php.net/manual/en/language.oop5.php > > > > Methods are covered in several sections and most of it in "The basics" but I think it would be better to have an own > section (also easier to find by the search). > > > > I am willing to help moving text if I get the necessary rights. > > > > Cheers, > > Robert > > Hey, you should post this in the documentation mailinglist. This list (internals) is specifically for development of the PHP internals. Not the documentation. - Tul