Components\Model\Traits\Timestampable::getCreatedAt PHP Method

getCreatedAt() public method

public getCreatedAt ( )
    public function getCreatedAt()
    {
        return $this->created_at;
    }