From f3cbfb0969a244aa58fff8c98018b1dbd672d3b5 Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Mon, 13 Jan 2014 12:32:01 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B2=D0=BE=D0=B9=D1=81=D1=82=D0=B2?= =?UTF-8?q?=D0=BE=20owner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- File.class.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/File.class.php b/File.class.php index 11c32fd..cd58c6c 100644 --- a/File.class.php +++ b/File.class.php @@ -18,11 +18,23 @@ abstract class File private $error_stream; + private $owner; + public function __construct() { } + public function setOwner($owner) + { + $this->owner = $owner; + } + + public function getOwner($owner) + { + return $this->owner; + } + public function log($message) { if (Config::get('LOGGING')) {