PHP Interface WellCommerce\Bundle\MediaBundle\Entity\MediaInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface
Datei anzeigen Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
getExtension ( ) : string
getFullName ( ) : string
getMime ( ) : string
getName ( ) : string
getPath ( ) : string
getSize ( ) : integer
setExtension ( string $extension )
setMime ( string $mime )
setName ( string $name )
setPath ( string $path )
setSize ( integer $size )

Method Details

getExtension() public method

public getExtension ( ) : string
return string

getFullName() public method

public getFullName ( ) : string
return string

getMime() public method

public getMime ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getPath() public method

public getPath ( ) : string
return string

getSize() public method

public getSize ( ) : integer
return integer

setExtension() public method

public setExtension ( string $extension )
$extension string

setMime() public method

public setMime ( string $mime )
$mime string

setName() public method

public setName ( string $name )
$name string

setPath() public method

public setPath ( string $path )
$path string

setSize() public method

public setSize ( integer $size )
$size integer