Amranidev\ScaffoldInterface\Datasystem\Datasystem::isTimestamps PHP Method

isTimestamps() public method

Check timestamps.
public isTimestamps ( ) : boolean
return boolean
    public function isTimestamps()
    {
        return array_key_exists('timestamps', $this->data) ? true : false;
    }