From: Raphaël Barrois Date: Mon, 14 Nov 2011 19:12:54 +0000 (+0100) Subject: Coding rules: 1 blank line between class methods. X-Git-Tag: xorg/1.1.4~1 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ccf88cca2b85bf7a79b6aa312bb6afb51b180fba;p=platal.git Coding rules: 1 blank line between class methods. Signed-off-by: Raphaël Barrois --- diff --git a/classes/profile.php b/classes/profile.php index 605a3ff..104702b 100644 --- a/classes/profile.php +++ b/classes/profile.php @@ -952,6 +952,7 @@ class Profile implements PlExportable return array(); } } + public function getFullBinets() { if ($this->visibility->isVisible(Visibility::EXPORT_PRIVATE)) { @@ -963,6 +964,7 @@ class Profile implements PlExportable return array(); } } + public function getBinetsNames() { if ($this->visibility->isVisible(Visibility::EXPORT_PRIVATE)) {