Page MenuHomePhabricator

final class PhutilLunarPhase
libphutil Technical Documentation (Core Utilities)

Compute the phase of the terran moon for a given epoch.

$moon = new PhutilLunarPhase(time());
$moon->isFull();

Methods

public function __construct($epoch)

This method is not documented.
Parameters
$epoch
Return
this//Implicit.//

private function getPhase()

This method is not documented.
Return
wild

public function isFull()

This method is not documented.
Return
wild

public function isNew()

This method is not documented.
Return
wild

public function isWaxing()

This method is not documented.
Return
wild

public function isWaning()

This method is not documented.
Return
wild