Representation of a Blob commit.
- author Alexandre Salomé
CloneableInstantiable
Methods |
public __construct(Gitonomy
|
public getContent()
|
public getHash()
|
public getMimetype() Determine the mimetype of the blob.
|
public isBinary() Determines if file is binary.
|
public isText() Determines if file is text.
|
Properties |
protected $content = NULL
|
protected $hash = NULL
|
protected $mimetype = NULL
|
protected $repository = NULL
|