Added code chunk viewing and inserting possibility

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck)
2012-09-05 12:59:21 +02:00
parent bcf6368db2
commit a41ddec070
16 changed files with 399 additions and 20 deletions

View File

@@ -167,7 +167,7 @@ class Post
/**
* Set slug
*
* @param string $slug
* @param string $slug
* @return Post
*/
public function setSlug($slug)
@@ -180,7 +180,7 @@ class Post
/**
* Set createdAt
*
* @param \DateTime $createdAt
* @param \DateTime $createdAt
* @return Post
*/
public function setCreatedAt($createdAt)
@@ -189,4 +189,4 @@ class Post
return $this;
}
}
}