Class SampleBlogEntrySuperclass

Description

Blog entry superclass

Located in /src/DataJukeboxTutorialBundle/Entity/SampleBlogEntrySuperclass.php (line 19)


	
			
Direct descendents
Class Description
 class SampleBlogEntryEntity Blog entry entity (for create/update purposes)
 class SampleBlogEntryViewEntity Blog entry (view) entity (for reading purposes)
Variable Summary
 string $Content
 \DateTime $Date
 integer $PK
 string $Tags
 string $Title
Method Summary
 void getContent ()
 void getDate ()
 void getPK ()
 void getPrimaryKey ()
 void getTags ()
 void getTitle ()
 void __toString ()
Variables
string $Content (line 51)

Content

  • access: protected
\DateTime $Date (line 45)

Date

  • access: protected
integer $PK (line 33)

Primary key

  • access: protected
string $Tags (line 57)

Tags

  • access: protected
string $Title (line 39)

Title

  • access: protected
Methods
getContent (line 83)
  • access: public
void getContent ()
getDate (line 78)
  • access: public
void getDate ()
getPK (line 68)
  • access: public
void getPK ()
getPrimaryKey (line 98)
  • access: public
void getPrimaryKey ()
getTags (line 88)
  • access: public
void getTags ()
getTitle (line 73)
  • access: public
void getTitle ()
__toString (line 108)
  • access: public
void __toString ()

Documentation generated on Wed, 15 Nov 2017 15:15:11 +0100 by phpDocumentor 1.4.4