Get block ID from within block

Permalink
I'm trying to get a block ID from within the block's own view.php file. Is there a get function on a block in order to find it? Something akin to the following:

$this->getBlockID();

Thanks in advance!

 
pvernaglia replied on at Permalink Reply
pvernaglia
did you try this?
<?php echo $bID?>
Kiesel replied on at Permalink Reply
What is this now in 5.7.5.2?