App\Ninja\Transformers\EntityTransformer::getTimestamp PHP Method

getTimestamp() protected method

protected getTimestamp ( $date )
    protected function getTimestamp($date)
    {
        return $date ? $date->getTimestamp() : null;
    }