OOP Learning Mode

What does the following PHP code segment do?

<?php
 require_once("myclass.php");
 myclass::mymethod();
?>