Added UploadNamespace and UploadedFile entities

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI (W00d5t0ck)
2012-08-31 22:16:42 +02:00
parent fc1144ad29
commit d9fe0d8bcf
18 changed files with 375 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ class BlogPost
{
return $this->id;
}
/**
* True if the BlogPost is published. If not, only the author and the
* administrators can see it.
@@ -63,7 +63,7 @@ class BlogPost
{
return $this->published;
}
/**
* The Group which this BlogPost is associated with
*