Class SampleBlogCategoryEntity

Description

Blog category entity

Located in /src/DataJukeboxTutorialBundle/Entity/SampleBlogCategoryEntity.php (line 22)


	
			
Variable Summary
 string $Description
 string $Name
 integer $PK
Method Summary
 void getDescription ()
 void getName ()
 void getPK ()
 void getPrimaryKey ()
 void setDescription ( $Description)
 void setName ( $Name)
 void __toString ()
Variables
string $Description (line 48)

Description

  • access: protected
string $Name (line 42)

Name

  • access: protected
integer $PK (line 36)

Primary key

  • access: protected
Methods
getDescription (line 85)
  • access: public
void getDescription ()
getName (line 80)
  • access: public
void getName ()
getPK (line 75)
  • access: public
void getPK ()
getPrimaryKey (line 95)
  • access: public
void getPrimaryKey ()
setDescription (line 65)
  • access: public
void setDescription ( $Description)
  • $Description
setName (line 59)
  • access: public
void setName ( $Name)
  • $Name
__toString (line 105)
  • access: public
void __toString ()

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