\TriTan\Common\PostPostRepository

Summary

Methods
Properties
Constants
__construct()
findById()
findBy()
findByType()
findAll()
insert()
update()
save()
delete()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$mapper
N/A

Properties

$mapper

$mapper : object

Post Mapper Object

Type

object

Methods

findById()

findById(\TriTan\Interfaces\Post\int  $id) 

Parameters

\TriTan\Interfaces\Post\int $id

findBy()

findBy(\TriTan\Interfaces\Post\string  $field,   $value) 

Parameters

\TriTan\Interfaces\Post\string $field
$value

findByType()

findByType(\TriTan\Common\Post\string  $type) 

Parameters

\TriTan\Common\Post\string $type

findAll()

findAll()